接口的使用
org.hibernate.loader.plan.build.spi.ExpandingQuerySpace
-
使用ExpandingQuerySpace的程序包 程序包 说明 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.build.internal.spaces Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlan -
-
org.hibernate.loader.plan.build.internal.returns中ExpandingQuerySpace的使用
返回ExpandingQuerySpace的org.hibernate.loader.plan.build.internal.returns中的方法 修饰符和类型 方法 说明 protected ExpandingQuerySpaceAbstractExpandingFetchSource. expandingQuerySpace()参数类型为ExpandingQuerySpace的org.hibernate.loader.plan.build.internal.returns中的构造器 构造器 说明 AbstractExpandingFetchSource(ExpandingQuerySpace querySpace, PropertyPath propertyPath) -
org.hibernate.loader.plan.build.internal.spaces中ExpandingQuerySpace的使用
实现ExpandingQuerySpace的org.hibernate.loader.plan.build.internal.spaces中的类 修饰符和类型 类 说明 classAbstractExpandingSourceQuerySpaceclassCollectionQuerySpaceImplclassCompositeQuerySpaceImplclassEntityQuerySpaceImpl -
org.hibernate.loader.plan.build.spi中ExpandingQuerySpace的使用
org.hibernate.loader.plan.build.spi中ExpandingQuerySpace的子接口 修饰符和类型 接口 说明 interfaceExpandingCollectionQuerySpaceDescribes a collection query space that allows adding joins with other query spaces; used while building aCollectionQuerySpace.interfaceExpandingCompositeQuerySpaceDescribes a composite query space that allows adding joins with other query spaces; used while building aCompositeQuerySpace.interfaceExpandingEntityQuerySpaceDescribes an entity query space that allows adding joins with other query spaces; used while building anEntityQuerySpace.
-