| Package | Description |
|---|---|
| org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
| org.hibernate.persister.walking.spi |
| Modifier and Type | Method and Description |
|---|---|
CollectionElementDefinition |
AbstractCollectionPersister.getElementDefinition() |
| Modifier and Type | Method and Description |
|---|---|
CollectionElementDefinition |
CollectionDefinition.getElementDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
AssociationVisitationStrategy.finishingCollectionElements(CollectionElementDefinition elementDefinition)
Notification that we are finishing walking the elements of a collection (List/Map).
|
void |
AssociationVisitationStrategy.startingCollectionElements(CollectionElementDefinition elementDefinition)
Notification that we are starting to look at the element definition for the collection.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.