类的使用
org.hibernate.type.EntityType
-
使用EntityType的程序包 程序包 说明 org.hibernate.hql.internal.ast.tree org.hibernate.hql.internal.ast.util org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed.org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.org.hibernate.loader.hql This package defines a loader for the AST-based query parserorg.hibernate.loader.plan.build.internal.returns Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan. .org.hibernate.loader.plan.build.internal.spaces Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.org.hibernate.tuple.entity org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
-
org.hibernate.hql.internal.ast.tree中EntityType的使用
参数类型为EntityType的org.hibernate.hql.internal.ast.tree中的方法 修饰符和类型 方法 说明 FromElementFromElementFactory. createEntityJoin(String entityClass, String tableAlias, JoinSequence joinSequence, boolean fetchFlag, boolean inFrom, EntityType type, String role, String joinPath)protected voidFromElement. doInitialize(FromClause fromClause, String tableAlias, String className, String classAlias, EntityPersister persister, EntityType type)voidFromElement. initializeEntity(FromClause fromClause, String className, EntityPersister persister, EntityType type, String classAlias, String tableAlias) -
org.hibernate.hql.internal.ast.util中EntityType的使用
参数类型为EntityType的org.hibernate.hql.internal.ast.util中的方法 修饰符和类型 方法 说明 StringSessionFactoryHelper. getIdentifierOrUniqueKeyPropertyName(EntityType entityType)Determine the name of the property for the entity encapsulated by the given type which represents the id or unique-key. -
org.hibernate.hql.internal.classic中EntityType的使用
返回EntityType的org.hibernate.hql.internal.classic中的方法 修饰符和类型 方法 说明 protected EntityType[]QueryTranslatorImpl. getOwnerAssociationTypes() -
org.hibernate.loader中EntityType的使用
声明为EntityType的org.hibernate.loader中的字段 修饰符和类型 字段 说明 protected EntityType[]JoinWalker. ownerAssociationTypesprotected EntityType[]OuterJoinLoader. ownerAssociationTypes返回EntityType的org.hibernate.loader中的方法 修饰符和类型 方法 说明 EntityType[]JoinWalker. getOwnerAssociationTypes()protected EntityType[]Loader. getOwnerAssociationTypes()An array of the owner types corresponding to theLoader.getOwners()returns.protected EntityType[]OuterJoinLoader. getOwnerAssociationTypes()参数类型为EntityType的org.hibernate.loader中的方法 修饰符和类型 方法 说明 voidJoinWalker. setOwnerAssociationTypes(EntityType[] ownerAssociationType) -
org.hibernate.loader.hql中EntityType的使用
返回EntityType的org.hibernate.loader.hql中的方法 修饰符和类型 方法 说明 protected EntityType[]QueryLoader. getOwnerAssociationTypes() -
org.hibernate.loader.plan.build.internal.returns中EntityType的使用
返回EntityType的org.hibernate.loader.plan.build.internal.returns中的方法 修饰符和类型 方法 说明 EntityTypeEntityAttributeFetchImpl. getFetchedType() -
org.hibernate.loader.plan.build.internal.spaces中EntityType的使用
参数类型为EntityType的org.hibernate.loader.plan.build.internal.spaces中的方法 修饰符和类型 方法 说明 JoinDefinedByMetadataJoinHelper. createEntityJoin(QuerySpace leftHandSide, String lhsPropertyName, EntityQuerySpace rightHandSide, boolean rightHandSideRequired, EntityType joinedPropertyType, SessionFactoryImplementor sessionFactory)ExpandingEntityQuerySpaceQuerySpaceHelper. makeEntityQuerySpace(ExpandingQuerySpace lhsQuerySpace, EntityPersister fetchedPersister, String attributeName, EntityType attributeType, String querySpaceUid, boolean required, boolean shouldIncludeJoin) -
org.hibernate.loader.plan.spi中EntityType的使用
返回EntityType的org.hibernate.loader.plan.spi中的方法 修饰符和类型 方法 说明 EntityTypeEntityFetch. getFetchedType()Get the Hibernate Type that describes the fetched attribute as anEntityType. -
org.hibernate.persister.entity中EntityType的使用
返回EntityType的org.hibernate.persister.entity中的方法 修饰符和类型 方法 说明 EntityTypeAbstractEntityPersister. getEntityType()EntityTypeOuterJoinLoadable. getEntityType()参数类型为EntityType的org.hibernate.persister.entity中的方法 修饰符和类型 方法 说明 protected voidAbstractPropertyMapping. initIdentifierPropertyPaths(String path, EntityType etype, String[] columns, String[] columnReaders, String[] columnReaderTemplates, Mapping factory) -
org.hibernate.tuple.entity中EntityType的使用
返回EntityType的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 EntityTypeEntityMetamodel. getEntityType() -
org.hibernate.type中EntityType的使用
org.hibernate.type中EntityType的子类 修饰符和类型 类 说明 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.返回EntityType的org.hibernate.type中的方法 修饰符和类型 方法 说明 EntityTypeTypeFactory. manyToOne(String persistentClass)已过时。EntityTypeTypeFactory. manyToOne(String persistentClass, boolean lazy)已过时。EntityTypeTypeFactory. manyToOne(String persistentClass, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, boolean ignoreNotFound, boolean isLogicalOneToOne)EntityTypeTypeFactory. manyToOne(String persistentClass, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, String propertyName, boolean lazy, boolean unwrapProxy, boolean ignoreNotFound, boolean isLogicalOneToOne)已过时。EntityTypeTypeFactory. manyToOne(String persistentClass, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, boolean ignoreNotFound, boolean isLogicalOneToOne)EntityTypeTypeFactory. oneToOne(String persistentClass, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName)EntityTypeTypeFactory. oneToOne(String persistentClass, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained)已过时。EntityTypeTypeFactory. specialOneToOne(String persistentClass, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName)EntityTypeTypeFactory. specialOneToOne(String persistentClass, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained)已过时。参数类型为EntityType的org.hibernate.type中的构造器 构造器 说明 EntityType(EntityType original, String superTypeEntityName)
-