Uses of Class
org.hibernate.type.EntityType
-
Packages that use EntityType Package Description org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.tuple.entity org.hibernate.type A HibernateType
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 EntityType Modifier and Type Method Description static 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 that return EntityType Modifier and Type Method Description EntityType
AbstractEntityPersister. getEntityType()
EntityType
OuterJoinLoadable. getEntityType()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.persister.entity with parameters of type EntityType Modifier and Type Method Description protected 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 Reactiveprotected void
AbstractPropertyMapping. initIdentifierPropertyPaths(String path, EntityType etype, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory)
Deprecated, for removal: This API element is subject to removal in a future version.protected void
AbstractPropertyMapping. initIdentifierPropertyPaths(String path, EntityType etype, String[] columns, String[] columnReaders, String[] columnReaderTemplates, Metadata factory)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EntityType in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return EntityType Modifier and Type Method Description EntityType
EntityMetamodel. 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.type Modifier and Type Class Description class
ManyToOneType
A many-to-one association to an entity.class
OneToOneType
A one-to-one association to an entityclass
SpecialOneToOneType
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 EntityType Constructor Description EntityType(EntityType original, String superTypeEntityName)
-