Uses of Class
org.hibernate.type.EntityType
-
Packages that use EntityType Package Description org.hibernate.persister.entity org.hibernate.tuple.entity org.hibernate.type -
-
Uses of EntityType in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return EntityType Modifier and Type Method Description EntityTypeAbstractEntityPersister. getEntityType()EntityTypeOuterJoinLoadable. getEntityType()Methods in org.hibernate.persister.entity with parameters of type EntityType Modifier and Type Method Description protected voidAbstractPropertyMapping. initIdentifierPropertyPaths(String path, EntityType etype, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory)protected voidAbstractPropertyMapping. 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 EntityTypeEntityMetamodel. getEntityType() -
Uses of EntityType in org.hibernate.type
Subclasses of EntityType in org.hibernate.type Modifier and Type Class Description classManyToOneTypeA many-to-one association to an entity.classOneToOneTypeA one-to-one association to an entityclassSpecialOneToOneTypeA 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)
-