Uses of Class
org.hibernate.type.EntityType
-
Packages that use EntityType Package Description org.hibernate.loader org.hibernate.loader.hql org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan.org.hibernate.persister.entity org.hibernate.tuple.entity org.hibernate.type -
-
Uses of EntityType in org.hibernate.loader
Fields in org.hibernate.loader declared as EntityType Modifier and Type Field Description protected EntityType[]JoinWalker. ownerAssociationTypesprotected EntityType[]OuterJoinLoader. ownerAssociationTypesMethods in org.hibernate.loader that return EntityType Modifier and Type Method Description EntityType[]JoinWalker. getOwnerAssociationTypes()protected EntityType[]Loader. getOwnerAssociationTypes()An array of the owner types corresponding to theLoader.getOwners()returns.protected EntityType[]OuterJoinLoader. getOwnerAssociationTypes()Methods in org.hibernate.loader with parameters of type EntityType Modifier and Type Method Description protected EntityPersisterLoader. getEntityPersister(EntityType entityType)voidJoinWalker. setOwnerAssociationTypes(EntityType[] ownerAssociationType) -
Uses of EntityType in org.hibernate.loader.hql
Methods in org.hibernate.loader.hql that return EntityType Modifier and Type Method Description protected EntityType[]QueryLoader. getOwnerAssociationTypes() -
Uses of EntityType in org.hibernate.loader.plan.spi
Methods in org.hibernate.loader.plan.spi that return EntityType Modifier and Type Method Description EntityTypeEntityFetch. getFetchedType()Get the Hibernate Type that describes the fetched attribute as anEntityType. -
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(java.lang.String path, EntityType etype, java.lang.String[] columns, java.lang.String[] columnReaders, java.lang.String[] columnReaderTemplates, java.lang.String[] formulaTemplates, Mapping factory)protected voidAbstractPropertyMapping. initIdentifierPropertyPaths(java.lang.String path, EntityType etype, java.lang.String[] columns, java.lang.String[] columnReaders, java.lang.String[] columnReaderTemplates, Mapping 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.Methods in org.hibernate.type that return EntityType Modifier and Type Method Description EntityTypeTypeFactory. manyToOne(java.lang.String persistentClass)Deprecated.EntityTypeTypeFactory. manyToOne(java.lang.String persistentClass, boolean lazy)Deprecated.EntityTypeTypeFactory. manyToOne(java.lang.String persistentClass, boolean referenceToPrimaryKey, java.lang.String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, NotFoundAction notFoundAction, boolean isLogicalOneToOne)Deprecated.EntityTypeTypeFactory. manyToOne(java.lang.String persistentClass, boolean referenceToPrimaryKey, java.lang.String uniqueKeyPropertyName, java.lang.String propertyName, boolean lazy, boolean unwrapProxy, NotFoundAction notFoundAction, boolean isLogicalOneToOne)Deprecated.EntityTypeTypeFactory. manyToOne(java.lang.String persistentClass, java.lang.String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, NotFoundAction notFoundAction, boolean isLogicalOneToOne)Deprecated.EntityTypeTypeFactory. oneToOne(java.lang.String persistentClass, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, java.lang.String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, java.lang.String entityName, java.lang.String propertyName)EntityTypeTypeFactory. oneToOne(java.lang.String persistentClass, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, java.lang.String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, java.lang.String entityName, java.lang.String propertyName, boolean constrained)Deprecated.EntityTypeTypeFactory. specialOneToOne(java.lang.String persistentClass, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, java.lang.String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, java.lang.String entityName, java.lang.String propertyName)EntityTypeTypeFactory. specialOneToOne(java.lang.String persistentClass, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, java.lang.String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, java.lang.String entityName, java.lang.String propertyName, boolean constrained)Deprecated.Constructors in org.hibernate.type with parameters of type EntityType Constructor Description EntityType(EntityType original, java.lang.String superTypeEntityName)
-