程序包的使用
org.hibernate.loader.plan.exec.spi
-
使用org.hibernate.loader.plan.exec.spi的程序包 程序包 说明 org.hibernate.loader.collection.plan org.hibernate.loader.entity.plan org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlanorg.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.process.spi org.hibernate.loader.plan.exec.spi Defines the SPI for the load query generated for the LoadPlan and the ResultSet processor. -
org.hibernate.loader.collection.plan使用的org.hibernate.loader.plan.exec.spi中的类 类 说明 LoadQueryDetails -
org.hibernate.loader.entity.plan使用的org.hibernate.loader.plan.exec.spi中的类 类 说明 LoadQueryDetails -
org.hibernate.loader.plan.build.spi使用的org.hibernate.loader.plan.exec.spi中的类 类 说明 AliasResolutionContext Provides aliases that are used by load queries and ResultSet processors. -
org.hibernate.loader.plan.exec.internal使用的org.hibernate.loader.plan.exec.spi中的类 类 说明 AliasResolutionContext Provides aliases that are used by load queries and ResultSet processors.CollectionReferenceAliases EntityReferenceAliases Aggregates the alias/suffix information in relation to anEntityReferencetodo : add a contract (interface) that can be shared by entity and collection alias info objects as lhs/rhs of a join ?LoadQueryDetails -
org.hibernate.loader.plan.exec.process.internal使用的org.hibernate.loader.plan.exec.spi中的类 类 说明 AliasResolutionContext Provides aliases that are used by load queries and ResultSet processors.CollectionReferenceAliases EntityReferenceAliases Aggregates the alias/suffix information in relation to anEntityReferencetodo : add a contract (interface) that can be shared by entity and collection alias info objects as lhs/rhs of a join ?LockModeResolver -
org.hibernate.loader.plan.exec.process.spi使用的org.hibernate.loader.plan.exec.spi中的类 类 说明 LockModeResolver -
org.hibernate.loader.plan.exec.spi使用的org.hibernate.loader.plan.exec.spi中的类 类 说明 CollectionReferenceAliases EntityReferenceAliases Aggregates the alias/suffix information in relation to anEntityReferencetodo : add a contract (interface) that can be shared by entity and collection alias info objects as lhs/rhs of a join ?