Uses of Interface
org.hibernate.persister.walking.spi.CompositeCollectionElementDefinition
-
Packages that use CompositeCollectionElementDefinition Package Description org.hibernate.persister.walking.spi -
-
Uses of CompositeCollectionElementDefinition in org.hibernate.persister.walking.spi
Methods in org.hibernate.persister.walking.spi that return CompositeCollectionElementDefinition Modifier and Type Method Description CompositeCollectionElementDefinitionCollectionElementDefinition. toCompositeElementDefinition()If the element type returned byCollectionElementDefinition.getType()is aCompositeType, then the composite element definition for the collection element is returned; otherwise, IllegalStateException is thrown.
-