Interface IdentifierSourceSimple
- All Superinterfaces:
IdentifierSource
,ToolingHintContextContainer
-
Method Summary
Modifier and TypeMethodDescriptionObtain the source descriptor for the identifier attribute.Returns the "unsaved" entity identifier value.Methods inherited from interface org.hibernate.boot.model.source.spi.IdentifierSource
getIdentifierGeneratorDescriptor, getNature
Methods inherited from interface org.hibernate.boot.model.source.spi.ToolingHintContextContainer
getToolingHintContext
-
Method Details
-
getIdentifierAttributeSource
SingularAttributeSource getIdentifierAttributeSource()Obtain the source descriptor for the identifier attribute.- Returns:
- The identifier attribute source.
-
getUnsavedValue
String getUnsavedValue()Returns the "unsaved" entity identifier value.- Returns:
- the "unsaved" entity identifier value
-