接口的使用
org.hibernate.loader.plan.spi.CollectionReturn
-
使用CollectionReturn的程序包 程序包 说明 org.hibernate.loader.plan.build.internal Contains the internal implementations used for building a metamodel-driven LoadPlan.org.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.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.build.internal中CollectionReturn的使用
参数类型为CollectionReturn的org.hibernate.loader.plan.build.internal中的构造器 构造器 说明 LoadPlanImpl(CollectionReturn rootReturn, QuerySpaces querySpaces)Creates aLoadPlan.Disposition.COLLECTION_INITIALIZERLoadPlan. -
org.hibernate.loader.plan.build.internal.returns中CollectionReturn的使用
实现CollectionReturn的org.hibernate.loader.plan.build.internal.returns中的类 修饰符和类型 类 说明 classCollectionReturnImpl -
org.hibernate.loader.plan.exec.internal中CollectionReturn的使用
返回CollectionReturn的org.hibernate.loader.plan.exec.internal中的方法 修饰符和类型 方法 说明 protected CollectionReturnAbstractCollectionLoadQueryDetails. getRootCollectionReturn()参数类型为CollectionReturn的org.hibernate.loader.plan.exec.internal中的构造器 构造器 说明 AbstractCollectionLoadQueryDetails(LoadPlan loadPlan, AliasResolutionContextImpl aliasResolutionContext, CollectionReturn rootReturn, QueryBuildingParameters buildingParameters, SessionFactoryImplementor factory) -
org.hibernate.loader.plan.exec.process.internal中CollectionReturn的使用
参数类型为CollectionReturn的org.hibernate.loader.plan.exec.process.internal中的构造器 构造器 说明 CollectionReturnReader(CollectionReturn collectionReturn)
-