Package | Description |
---|---|
org.hibernate.loader.plan.build.internal |
Contains the internal implementations used for building a metamodel-driven LoadPlan.
|
org.hibernate.persister.walking.spi | |
org.hibernate.tuple.component | |
org.hibernate.tuple.entity |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoadPlanBuildingAssociationVisitationStrategy.finishingComposite(CompositionDefinition compositionDefinition) |
void |
AbstractLoadPlanBuildingAssociationVisitationStrategy.startingComposite(CompositionDefinition compositionDefinition) |
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeCollectionElementDefinition
The definition for a composite collection element.
|
interface |
NonEncapsulatedEntityIdentifierDefinition |
Modifier and Type | Method and Description |
---|---|
CompositionDefinition |
CollectionIndexDefinition.toCompositeDefinition()
If the index type returned by
CollectionIndexDefinition.getType() is a
CompositeType , then the composite
index definition for the collection index is returned;
otherwise, IllegalStateException is thrown. |
Modifier and Type | Method and Description |
---|---|
void |
AssociationVisitationStrategy.finishingComposite(CompositionDefinition compositionDefinition)
Notification that we are done walking a composite.
|
void |
AssociationVisitationStrategy.startingComposite(CompositionDefinition compositionDefinition)
Notification that we are preparing to walk a composite.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompositionAttribute
A base class for a composite, non-identifier attribute.
|
class |
CompositionBasedCompositionAttribute |
Modifier and Type | Class and Description |
---|---|
class |
EntityBasedCompositionAttribute |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.