Uses of Interface
org.hibernate.persister.walking.spi.CollectionIndexDefinition
-
Packages that use CollectionIndexDefinition Package Description org.hibernate.persister.collection org.hibernate.persister.walking.spi -
-
Uses of CollectionIndexDefinition in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return CollectionIndexDefinition Modifier and Type Method Description CollectionIndexDefinition
AbstractCollectionPersister. getIndexDefinition()
-
Uses of CollectionIndexDefinition in org.hibernate.persister.walking.spi
Methods in org.hibernate.persister.walking.spi that return CollectionIndexDefinition Modifier and Type Method Description CollectionIndexDefinition
CollectionDefinition. getIndexDefinition()
Methods in org.hibernate.persister.walking.spi with parameters of type CollectionIndexDefinition Modifier and Type Method Description void
AssociationVisitationStrategy. finishingCollectionIndex(CollectionIndexDefinition collectionIndexDefinition)
Notification that we are finishing walking the index of a collection (List/Map).void
AssociationVisitationStrategy. startingCollectionIndex(CollectionIndexDefinition collectionIndexDefinition)
Notification that we are starting to walk the index of a collection (List/Map).
-