接口的使用
org.hibernate.loader.plan.spi.AnyAttributeFetch
-
使用AnyAttributeFetch的程序包 程序包 说明 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.spi Defines the SPI for building a metamodel-driven LoadPlan -
-
org.hibernate.loader.plan.build.internal.returns中AnyAttributeFetch的使用
实现AnyAttributeFetch的org.hibernate.loader.plan.build.internal.returns中的类 修饰符和类型 类 说明 classAnyAttributeFetchImpl返回AnyAttributeFetch的org.hibernate.loader.plan.build.internal.returns中的方法 修饰符和类型 方法 说明 AnyAttributeFetchAbstractExpandingFetchSource. buildAnyAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy) -
org.hibernate.loader.plan.build.spi中AnyAttributeFetch的使用
返回AnyAttributeFetch的org.hibernate.loader.plan.build.spi中的方法 修饰符和类型 方法 说明 AnyAttributeFetchExpandingFetchSource. buildAnyAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy)Builds a fetch for an "any" attribute.
-