接口的使用
org.hibernate.loader.plan.exec.spi.EntityReferenceAliases
-
使用EntityReferenceAliases的程序包 程序包 说明 org.hibernate.loader.plan.exec.internal Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.org.hibernate.loader.plan.exec.process.internal org.hibernate.loader.plan.exec.spi Defines the SPI for the load query generated for the LoadPlan and the ResultSet processor. -
-
org.hibernate.loader.plan.exec.internal中EntityReferenceAliases的使用
实现EntityReferenceAliases的org.hibernate.loader.plan.exec.internal中的类 修饰符和类型 类 说明 classEntityReferenceAliasesImpl返回EntityReferenceAliases的org.hibernate.loader.plan.exec.internal中的方法 修饰符和类型 方法 说明 EntityReferenceAliasesAliasResolutionContextImpl. generateEntityReferenceAliases(String uid, EntityPersister entityPersister)Generate the entity reference aliases for a particularEntityReferenceand register the generated value using the query space UID.EntityReferenceAliasesCollectionReferenceAliasesImpl. getEntityElementAliases()EntityReferenceAliasesAliasResolutionContextImpl. resolveEntityReferenceAliases(String querySpaceUid)参数类型为EntityReferenceAliases的org.hibernate.loader.plan.exec.internal中的构造器 构造器 说明 CollectionReferenceAliasesImpl(String tableAlias, String manyToManyAssociationTableAlias, CollectionAliases collectionAliases, EntityReferenceAliases entityElementAliases) -
org.hibernate.loader.plan.exec.process.internal中EntityReferenceAliases的使用
参数类型为EntityReferenceAliases的org.hibernate.loader.plan.exec.process.internal中的构造器 构造器 说明 EntityReferenceInitializerImpl(EntityReference entityReference, EntityReferenceAliases entityReferenceAliases)EntityReferenceInitializerImpl(EntityReference entityReference, EntityReferenceAliases entityReferenceAliases, boolean isRoot) -
org.hibernate.loader.plan.exec.spi中EntityReferenceAliases的使用
返回EntityReferenceAliases的org.hibernate.loader.plan.exec.spi中的方法 修饰符和类型 方法 说明 EntityReferenceAliasesCollectionReferenceAliases. getEntityElementAliases()Obtain the entity reference aliases for the element values when the element of the collection is an entity.EntityReferenceAliasesAliasResolutionContext. resolveEntityReferenceAliases(String querySpaceUid)Resolve the given QuerySpace UID to the EntityReferenceAliases representing the SQL aliases used in building the SQL query.
-