Package | Description |
---|---|
org.hibernate.loader.plan.internal | |
org.hibernate.loader.plan.spi.build | |
org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
org.hibernate.persister.walking.spi | |
org.hibernate.tuple.component | |
org.hibernate.tuple.entity |
Modifier and Type | Method and Description |
---|---|
protected CollectionReturn |
SingleRootReturnLoadPlanBuilderStrategy.buildRootCollectionReturn(CollectionDefinition collectionDefinition) |
Modifier and Type | Method and Description |
---|---|
protected abstract CollectionReturn |
AbstractLoadPlanBuilderStrategy.buildRootCollectionReturn(CollectionDefinition collectionDefinition) |
void |
AbstractLoadPlanBuilderStrategy.finishingCollection(CollectionDefinition collectionDefinition) |
void |
AbstractLoadPlanBuilderStrategy.startingCollection(CollectionDefinition collectionDefinition) |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionPersister
A strategy for persisting a collection role.
|
interface |
QueryableCollection
A collection role that may be queried or loaded by outer join.
|
interface |
SQLLoadableCollection |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollectionPersister
Base implementation of the QueryableCollection interface.
|
class |
BasicCollectionPersister
Collection persister for collections of values and many-to-many associations.
|
class |
OneToManyPersister
Collection persister for one-to-many associations.
|
Modifier and Type | Method and Description |
---|---|
CollectionDefinition |
CollectionIndexDefinition.getCollectionDefinition() |
CollectionDefinition |
CollectionElementDefinition.getCollectionDefinition()
Returns the collection definition.
|
CollectionDefinition |
CompositeCollectionElementDefinition.getCollectionDefinition()
Returns the collection definition.
|
CollectionDefinition |
AssociationAttributeDefinition.toCollectionDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
AssociationVisitationStrategy.finishingCollection(CollectionDefinition collectionDefinition) |
void |
AssociationVisitationStrategy.startingCollection(CollectionDefinition collectionDefinition) |
Modifier and Type | Method and Description |
---|---|
CollectionDefinition |
CompositeBasedAssociationAttribute.toCollectionDefinition() |
Modifier and Type | Method and Description |
---|---|
CollectionDefinition |
EntityBasedAssociationAttribute.toCollectionDefinition() |
Copyright © 2013. All rights reserved.