接口的使用
org.hibernate.loader.plan.spi.AttributeFetch
-
使用AttributeFetch的程序包 程序包 说明 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.spi Defines the SPI for the building blocks that make up a LoadPlan. -
-
org.hibernate.loader.plan.build.internal.returns中AttributeFetch的使用
实现AttributeFetch的org.hibernate.loader.plan.build.internal.returns中的类 修饰符和类型 类 说明 classAnyAttributeFetchImplclassCollectionAttributeFetchImplclassCompositeAttributeFetchImplclassEntityAttributeFetchImplclassNestedCompositeAttributeFetchImpl -
org.hibernate.loader.plan.spi中AttributeFetch的使用
org.hibernate.loader.plan.spi中AttributeFetch的子接口 修饰符和类型 接口 说明 interfaceCollectionAttributeFetchModels the requested fetching of a persistent collection attribute.interfaceCompositeAttributeFetchModels the requested fetching of a composite attribute.interfaceEntityFetchModels the requested fetching of an entity attribute.
-