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 GeneratorgetGenerator()Deprecated, for removal: This API element is subject to removal in a future version.IdentifierGeneratorgetIdentifierGenerator()Deprecated.booleanhasIdentifierMapper()Deprecated, for removal: This API element is subject to removal in a future version.booleanisEmbedded()Deprecated, for removal: This API element is subject to removal in a future version.booleanisIdentifierAssignedByInsert()Deprecated, for removal: This API element is subject to removal in a future version.booleanisVirtual()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.
-
-