接口的使用
org.hibernate.loader.plan.spi.EntityFetch
-
使用EntityFetch的程序包 程序包 说明 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中EntityFetch的使用
实现EntityFetch的org.hibernate.loader.plan.build.internal.returns中的类 修饰符和类型 类 说明 classEntityAttributeFetchImpl返回EntityFetch的org.hibernate.loader.plan.build.internal.returns中的方法 修饰符和类型 方法 说明 EntityFetchAbstractExpandingFetchSource. buildEntityAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy) -
org.hibernate.loader.plan.build.spi中EntityFetch的使用
返回EntityFetch的org.hibernate.loader.plan.build.spi中的方法 修饰符和类型 方法 说明 EntityFetchExpandingFetchSource. buildEntityAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy)Builds a fetch for an entity attribute.
-