| Package | Description |
|---|---|
| org.hibernate.persister.walking.spi | |
| org.hibernate.tuple.component | |
| org.hibernate.tuple.entity |
| 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-2022 Red Hat, Inc. All Rights Reserved.