Interface NonEncapsulatedEntityIdentifierDefinition
-
- All Superinterfaces:
AttributeDefinition,AttributeSource,CompositionDefinition,EntityIdentifierDefinition
public interface NonEncapsulatedEntityIdentifierDefinition extends EntityIdentifierDefinition, CompositionDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypegetCompositeType()java.lang.ClassgetSeparateIdentifierMappingClass()-
Methods inherited from interface org.hibernate.persister.walking.spi.AttributeDefinition
getName, getSource, isNullable
-
Methods inherited from interface org.hibernate.persister.walking.spi.AttributeSource
getAttributes
-
Methods inherited from interface org.hibernate.persister.walking.spi.CompositionDefinition
getType
-
Methods inherited from interface org.hibernate.persister.walking.spi.EntityIdentifierDefinition
getEntityDefinition, isEncapsulated
-
-
-
-
Method Detail
-
getCompositeType
Type getCompositeType()
-
getSeparateIdentifierMappingClass
java.lang.Class getSeparateIdentifierMappingClass()
-
-