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; see EntityIdentifierMapping
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, 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.
     

    Methods inherited from interface org.hibernate.tuple.Attribute

    getName, getType
  • 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 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.