Uses of Class
org.hibernate.type.EntityType
Packages that use EntityType
Package
Description
This package abstracts persistence mechanisms for entities.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of EntityType in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic ToOneAttributeMapping
MappingModelCreationHelper.buildSingularAssociationAttributeMapping
(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) For Hibernate Reactivestatic ToOneAttributeMapping
MappingModelCreationHelper.buildSingularAssociationAttributeMapping
(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess, Function<ToOneAttributeMapping, ToOneAttributeMapping> mappingConverter) -
Uses of EntityType in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type EntityTypeModifier and TypeMethodDescriptionprotected AttributeMapping
AbstractEntityPersister.buildSingularAssociationAttributeMapping
(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) For Hibernate Reactive -
Uses of EntityType in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return EntityTypeModifier and TypeMethodDescriptionEntityMetamodel.getEntityType()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EntityType in org.hibernate.type
Subclasses of EntityType in org.hibernate.typeModifier and TypeClassDescriptionclass
A many-to-one association to an entity.class
A one-to-one association to an entityclass
A one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.Constructors in org.hibernate.type with parameters of type EntityTypeModifierConstructorDescriptionprotected
EntityType
(EntityType original, String superTypeEntityName)