接口的使用
org.hibernate.loader.plan.spi.Fetch
-
使用Fetch的程序包 程序包 说明 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.process.internal org.hibernate.loader.plan.exec.process.spi org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan. -
-
org.hibernate.loader.plan.build.internal.returns中Fetch的使用
实现Fetch的org.hibernate.loader.plan.build.internal.returns中的类 修饰符和类型 类 说明 classAbstractCompositeEntityIdentifierDescriptionclassAbstractCompositeFetchclassAnyAttributeFetchImplclassCollectionAttributeFetchImplclassCompositeAttributeFetchImplclassEncapsulatedEntityIdentifierDescriptionModels a composite entity identifier that is encapsulated (meaning there is a composite class and a single attribute that encapsulates the composite value).classEntityAttributeFetchImplclassNestedCompositeAttributeFetchImplclassNonEncapsulatedEntityIdentifierDescriptionModels a composite entity identifier that is non-encapsulated (meaning there is no composite class, no single attribute that encapsulates the composite value).返回Fetch的org.hibernate.loader.plan.build.internal.returns中的方法 修饰符和类型 方法 说明 Fetch[]AbstractAnyReference. getFetches()Fetch[]AbstractExpandingFetchSource. getFetches()Fetch[]BidirectionalEntityReferenceImpl. getFetches() -
org.hibernate.loader.plan.exec.process.internal中Fetch的使用
参数类型为Fetch的org.hibernate.loader.plan.exec.process.internal中的方法 修饰符和类型 方法 说明 ResultSetProcessingContext.EntityReferenceProcessingStateResultSetProcessingContextImpl. getOwnerProcessingState(Fetch fetch) -
org.hibernate.loader.plan.exec.process.spi中Fetch的使用
参数类型为Fetch的org.hibernate.loader.plan.exec.process.spi中的方法 修饰符和类型 方法 说明 ResultSetProcessingContext.EntityReferenceProcessingStateResultSetProcessingContext. getOwnerProcessingState(Fetch fetch)Find the EntityReferenceProcessingState for the FetchOwner of the given Fetch. -
org.hibernate.loader.plan.spi中Fetch的使用
org.hibernate.loader.plan.spi中Fetch的子接口 修饰符和类型 接口 说明 interfaceAnyAttributeFetchModels the requested fetching of an "any" attribute.interfaceAttributeFetchModels aFetchthat is specifically for an attribute.interfaceCollectionAttributeFetchModels the requested fetching of a persistent collection attribute.interfaceCompositeAttributeFetchModels the requested fetching of a composite attribute.interfaceCompositeFetchModels the requested fetching of a composition (component/embeddable), which may or may not be an attribute.interfaceEntityFetchModels the requested fetching of an entity attribute.返回Fetch的org.hibernate.loader.plan.spi中的方法 修饰符和类型 方法 说明 Fetch[]FetchSource. getFetches()Retrieve the fetches owned by this fetch source.
-