Package org.hibernate.tuple
Interface IdentifierAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
IdentifierProperty
@Deprecated(forRemoval=true) public interface IdentifierAttribute extends Attribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacement; seeEntityIdentifierMapping
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Generator
getGenerator()
Deprecated, for removal: This API element is subject to removal in a future version.IdentifierGenerator
getIdentifierGenerator()
Deprecated.boolean
hasIdentifierMapper()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isEmbedded()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isIdentifierAssignedByInsert()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isVirtual()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
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 IdentifierGenerator 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.
-
-