Package org.hibernate.tuple
Interface IdentifierAttribute
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
IdentifierProperty
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
isVirtual
boolean isVirtual()Deprecated, for removal: This API element is subject to removal in a future version. -
isEmbedded
boolean isEmbedded()Deprecated, for removal: This API element is subject to removal in a future version. -
getIdentifierGenerator
Deprecated. -
getGenerator
Generator getGenerator()Deprecated, for removal: This API element is subject to removal in a future version. -
isIdentifierAssignedByInsert
boolean isIdentifierAssignedByInsert()Deprecated, for removal: This API element is subject to removal in a future version. -
hasIdentifierMapper
boolean hasIdentifierMapper()Deprecated, for removal: This API element is subject to removal in a future version.
-
EntityIdentifierMapping