Uses of Interface
org.hibernate.persister.walking.spi.CollectionElementDefinition
-
Packages that use CollectionElementDefinition Package Description org.hibernate.persister.collection org.hibernate.persister.walking.spi -
-
Uses of CollectionElementDefinition in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return CollectionElementDefinition Modifier and Type Method Description CollectionElementDefinitionAbstractCollectionPersister. getElementDefinition() -
Uses of CollectionElementDefinition in org.hibernate.persister.walking.spi
Methods in org.hibernate.persister.walking.spi that return CollectionElementDefinition Modifier and Type Method Description CollectionElementDefinitionCollectionDefinition. getElementDefinition()Methods in org.hibernate.persister.walking.spi with parameters of type CollectionElementDefinition Modifier and Type Method Description 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.
-