接口的使用
org.hibernate.persister.walking.spi.CompositionDefinition
-
使用CompositionDefinition的程序包 程序包 说明 org.hibernate.loader.plan.build.internal Contains the internal implementations used for building a metamodel-driven LoadPlan.org.hibernate.persister.walking.spi org.hibernate.tuple.component org.hibernate.tuple.entity -
-
org.hibernate.loader.plan.build.internal中CompositionDefinition的使用
参数类型为CompositionDefinition的org.hibernate.loader.plan.build.internal中的方法 修饰符和类型 方法 说明 voidAbstractLoadPlanBuildingAssociationVisitationStrategy. finishingComposite(CompositionDefinition compositionDefinition)voidAbstractLoadPlanBuildingAssociationVisitationStrategy. startingComposite(CompositionDefinition compositionDefinition) -
org.hibernate.persister.walking.spi中CompositionDefinition的使用
org.hibernate.persister.walking.spi中CompositionDefinition的子接口 修饰符和类型 接口 说明 interfaceCompositeCollectionElementDefinitionThe definition for a composite collection element.interfaceNonEncapsulatedEntityIdentifierDefinition返回CompositionDefinition的org.hibernate.persister.walking.spi中的方法 修饰符和类型 方法 说明 CompositionDefinitionCollectionIndexDefinition. toCompositeDefinition()If the index type returned byCollectionIndexDefinition.getType()is aCompositeType, then the composite index definition for the collection index is returned; otherwise, IllegalStateException is thrown.参数类型为CompositionDefinition的org.hibernate.persister.walking.spi中的方法 修饰符和类型 方法 说明 voidAssociationVisitationStrategy. finishingComposite(CompositionDefinition compositionDefinition)Notification that we are done walking a composite.voidAssociationVisitationStrategy. startingComposite(CompositionDefinition compositionDefinition)Notification that we are preparing to walk a composite. -
org.hibernate.tuple.component中CompositionDefinition的使用
实现CompositionDefinition的org.hibernate.tuple.component中的类 修饰符和类型 类 说明 classAbstractCompositionAttributeA base class for a composite, non-identifier attribute.classCompositionBasedCompositionAttribute -
org.hibernate.tuple.entity中CompositionDefinition的使用
实现CompositionDefinition的org.hibernate.tuple.entity中的类 修饰符和类型 类 说明 classEntityBasedCompositionAttribute
-