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 interfaceCompositeCollectionElementDefinitionThe definition for a composite collection element.interfaceNonEncapsulatedEntityIdentifierDefinitionMethods in org.hibernate.persister.walking.spi that return CompositionDefinition Modifier and Type Method Description CompositionDefinitionCollectionIndexDefinition. 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 voidAssociationVisitationStrategy. finishingComposite(CompositionDefinition compositionDefinition)Notification that we are done walking a composite.voidAssociationVisitationStrategy. 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 classAbstractCompositionAttributeA base class for a composite, non-identifier attribute.classCompositionBasedCompositionAttribute -
Uses of CompositionDefinition in org.hibernate.tuple.entity
Classes in org.hibernate.tuple.entity that implement CompositionDefinition Modifier and Type Class Description classEntityBasedCompositionAttribute
-