接口的使用
org.hibernate.persister.walking.spi.CollectionElementDefinition
-
使用CollectionElementDefinition的程序包 程序包 说明 org.hibernate.loader.plan.build.internal Contains the internal implementations used for building a metamodel-driven LoadPlan.org.hibernate.persister.collection This package abstracts the persistence mechanism for collections.org.hibernate.persister.walking.spi -
-
org.hibernate.loader.plan.build.internal中CollectionElementDefinition的使用
参数类型为CollectionElementDefinition的org.hibernate.loader.plan.build.internal中的方法 修饰符和类型 方法 说明 voidAbstractEntityGraphVisitationStrategy. finishingCollectionElements(CollectionElementDefinition elementDefinition)voidAbstractLoadPlanBuildingAssociationVisitationStrategy. finishingCollectionElements(CollectionElementDefinition elementDefinition)voidAbstractEntityGraphVisitationStrategy. startingCollectionElements(CollectionElementDefinition elementDefinition)voidAbstractLoadPlanBuildingAssociationVisitationStrategy. startingCollectionElements(CollectionElementDefinition elementDefinition) -
org.hibernate.persister.collection中CollectionElementDefinition的使用
返回CollectionElementDefinition的org.hibernate.persister.collection中的方法 修饰符和类型 方法 说明 CollectionElementDefinitionAbstractCollectionPersister. getElementDefinition() -
org.hibernate.persister.walking.spi中CollectionElementDefinition的使用
返回CollectionElementDefinition的org.hibernate.persister.walking.spi中的方法 修饰符和类型 方法 说明 CollectionElementDefinitionCollectionDefinition. getElementDefinition()参数类型为CollectionElementDefinition的org.hibernate.persister.walking.spi中的方法 修饰符和类型 方法 说明 voidAssociationVisitationStrategy. finishingCollectionElements(CollectionElementDefinition elementDefinition)Notification that we are finishing walking the elements of a collection (List/Map).voidAssociationVisitationStrategy. startingCollectionElements(CollectionElementDefinition elementDefinition)Notification that we are starting to look at the element definition for the collection.
-