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 CollectionIndexDefinitionAbstractCollectionPersister. 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 CollectionIndexDefinitionCollectionDefinition. getIndexDefinition()Methods in org.hibernate.persister.walking.spi with parameters of type CollectionIndexDefinition Modifier and Type Method Description voidAssociationVisitationStrategy. finishingCollectionIndex(CollectionIndexDefinition collectionIndexDefinition)Notification that we are finishing walking the index of a collection (List/Map).voidAssociationVisitationStrategy. startingCollectionIndex(CollectionIndexDefinition collectionIndexDefinition)Notification that we are starting to walk the index of a collection (List/Map).
-