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.finishingCollectionElements(CollectionElementDefinition elementDefinition) |
void |
AbstractEntityGraphVisitationStrategy.finishingCollectionElements(CollectionElementDefinition elementDefinition) |
void |
AbstractLoadPlanBuildingAssociationVisitationStrategy.startingCollectionElements(CollectionElementDefinition elementDefinition) |
void |
AbstractEntityGraphVisitationStrategy.startingCollectionElements(CollectionElementDefinition elementDefinition) |
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-2015 Red Hat, Inc. All Rights Reserved.