接口的使用
org.hibernate.loader.plan.spi.CompositeFetch
-
使用CompositeFetch的程序包 程序包 说明 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中CompositeFetch的使用
实现CompositeFetch的org.hibernate.loader.plan.build.internal.returns中的类 修饰符和类型 类 说明 classAbstractCompositeEntityIdentifierDescriptionclassAbstractCompositeFetchclassCompositeAttributeFetchImplclassEncapsulatedEntityIdentifierDescriptionModels a composite entity identifier that is encapsulated (meaning there is a composite class and a single attribute that encapsulates the composite value).classNestedCompositeAttributeFetchImplclassNonEncapsulatedEntityIdentifierDescriptionModels a composite entity identifier that is non-encapsulated (meaning there is no composite class, no single attribute that encapsulates the composite value). -
org.hibernate.loader.plan.spi中CompositeFetch的使用
org.hibernate.loader.plan.spi中CompositeFetch的子接口 修饰符和类型 接口 说明 interfaceCompositeAttributeFetchModels the requested fetching of a composite attribute.
-