Uses of Interface
org.hibernate.persister.walking.spi.CompositionDefinition
-
Packages that use CompositionDefinition Package Description org.hibernate.persister.walking.spi org.hibernate.tuple.component org.hibernate.tuple.entity -
-
Uses of CompositionDefinition in org.hibernate.persister.walking.spi
Subinterfaces of CompositionDefinition in org.hibernate.persister.walking.spi Modifier and Type Interface Description interface
CompositeCollectionElementDefinition
The definition for a composite collection element.interface
NonEncapsulatedEntityIdentifierDefinition
Methods in org.hibernate.persister.walking.spi that return CompositionDefinition Modifier and Type Method Description CompositionDefinition
CollectionIndexDefinition. toCompositeDefinition()
If the index type returned byCollectionIndexDefinition.getType()
is aCompositeType
, then the composite index definition for the collection index is returned; otherwise, IllegalStateException is thrown.Methods in org.hibernate.persister.walking.spi with parameters of type CompositionDefinition Modifier and Type Method 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. -
Uses of CompositionDefinition in org.hibernate.tuple.component
Classes in org.hibernate.tuple.component that implement CompositionDefinition Modifier and Type Class Description class
AbstractCompositionAttribute
A base class for a composite, non-identifier attribute.class
CompositionBasedCompositionAttribute
-
Uses of CompositionDefinition in org.hibernate.tuple.entity
Classes in org.hibernate.tuple.entity that implement CompositionDefinition Modifier and Type Class Description class
EntityBasedCompositionAttribute
-