接口的使用
org.hibernate.loader.plan.exec.spi.CollectionReferenceAliases
-
使用CollectionReferenceAliases的程序包 程序包 说明 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中CollectionReferenceAliases的使用
实现CollectionReferenceAliases的org.hibernate.loader.plan.exec.internal中的类 修饰符和类型 类 说明 classCollectionReferenceAliasesImpl返回CollectionReferenceAliases的org.hibernate.loader.plan.exec.internal中的方法 修饰符和类型 方法 说明 CollectionReferenceAliasesAliasResolutionContextImpl. generateCollectionReferenceAliases(String collectionQuerySpaceUid, CollectionPersister persister, String elementQuerySpaceUid)Generate the collection reference aliases for a particularCollectionReferenceand register the generated value using the query space UID.protected CollectionReferenceAliasesAbstractCollectionLoadQueryDetails. getCollectionReferenceAliases()CollectionReferenceAliasesAliasResolutionContextImpl. resolveCollectionReferenceAliases(String querySpaceUid) -
org.hibernate.loader.plan.exec.process.internal中CollectionReferenceAliases的使用
参数类型为CollectionReferenceAliases的org.hibernate.loader.plan.exec.process.internal中的构造器 构造器 说明 CollectionReferenceInitializerImpl(CollectionReference collectionReference, CollectionReferenceAliases aliases) -
org.hibernate.loader.plan.exec.spi中CollectionReferenceAliases的使用
返回CollectionReferenceAliases的org.hibernate.loader.plan.exec.spi中的方法 修饰符和类型 方法 说明 CollectionReferenceAliasesAliasResolutionContext. resolveCollectionReferenceAliases(String querySpaceUid)Resolve the given QuerySpace UID to the CollectionReferenceAliases representing the SQL aliases used in building the SQL query.
-