Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoadPlanBuildingAssociationVisitationStrategy.finishingCollectionIndex(CollectionIndexDefinition indexDefinition) |
void |
AbstractEntityGraphVisitationStrategy.finishingCollectionIndex(CollectionIndexDefinition indexDefinition) |
void |
AbstractLoadPlanBuildingAssociationVisitationStrategy.startingCollectionIndex(CollectionIndexDefinition indexDefinition) |
void |
AbstractEntityGraphVisitationStrategy.startingCollectionIndex(CollectionIndexDefinition indexDefinition) |
Modifier and Type | Method and Description |
---|---|
CollectionIndexDefinition |
AbstractCollectionPersister.getIndexDefinition() |
Modifier and Type | Method and Description |
---|---|
CollectionIndexDefinition |
CollectionDefinition.getIndexDefinition() |
Modifier and Type | Method and 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).
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.