Package | Description |
---|---|
org.hibernate.loader.plan.build.internal |
Contains the internal implementations used for building a metamodel-driven LoadPlan.
|
org.hibernate.loader.plan.build.internal.returns |
Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan.
|
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 |
---|---|
void |
AbstractLoadPlanBuildingAssociationVisitationStrategy.finishingCollection(CollectionDefinition collectionDefinition) |
void |
AbstractLoadPlanBuildingAssociationVisitationStrategy.startingCollection(CollectionDefinition collectionDefinition) |
Constructor and Description |
---|
CollectionReturnImpl(CollectionDefinition collectionDefinition,
ExpandingQuerySpaces querySpaces) |
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 |
CompositeCollectionElementDefinition.getCollectionDefinition()
Returns the collection definition.
|
CollectionDefinition |
CollectionElementDefinition.getCollectionDefinition()
Returns the collection definition.
|
CollectionDefinition |
CollectionIndexDefinition.getCollectionDefinition()
Returns the collection definition.
|
CollectionDefinition |
AssociationAttributeDefinition.toCollectionDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
AssociationVisitationStrategy.finishingCollection(CollectionDefinition collectionDefinition)
Notification that we are finishing walking a collection
|
void |
AssociationVisitationStrategy.startingCollection(CollectionDefinition collectionDefinition)
Notification that we are starting to walk a collection
|
Modifier and Type | Method and Description |
---|---|
CollectionDefinition |
CompositeBasedAssociationAttribute.toCollectionDefinition() |
Modifier and Type | Method and Description |
---|---|
CollectionDefinition |
EntityBasedAssociationAttribute.toCollectionDefinition() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.