Uses of Class
org.hibernate.type.EntityType
-
Packages that use EntityType Package Description org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity org.hibernate.tuple.entity org.hibernate.type -
-
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, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)
-
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()
Methods in org.hibernate.persister.entity with parameters of type EntityType Modifier and Type Method Description protected void
AbstractPropertyMapping. initIdentifierPropertyPaths(String path, EntityType etype, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory)
protected void
AbstractPropertyMapping. initIdentifierPropertyPaths(String path, EntityType etype, String[] columns, String[] columnReaders, String[] columnReaderTemplates, Metadata factory)
-
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()
-
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)
-