Interface CompositionDefinition
-
- All Superinterfaces:
AttributeDefinition
,AttributeSource
- All Known Subinterfaces:
CompositeCollectionElementDefinition
,NonEncapsulatedEntityIdentifierDefinition
- All Known Implementing Classes:
AbstractCompositionAttribute
,CompositionBasedCompositionAttribute
,EntityBasedCompositionAttribute
public interface CompositionDefinition extends AttributeDefinition, AttributeSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompositeType
getType()
-
Methods inherited from interface org.hibernate.persister.walking.spi.AttributeDefinition
getName, getSource, isNullable
-
Methods inherited from interface org.hibernate.persister.walking.spi.AttributeSource
getAttributes
-
-
-
-
Method Detail
-
getType
CompositeType getType()
- Specified by:
getType
in interfaceAttributeDefinition
-
-