Interface NonIdentifierAttribute

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      CascadeStyle getCascadeStyle()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      FetchMode getFetchMode()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isDirtyCheckable()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isDirtyCheckable​(boolean hasUninitializedProperties)
      Deprecated.
      Use isDirtyCheckable() instead
      boolean isInsertable()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isLazy()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isNullable()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isUpdateable()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isVersionable()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Detail

      • isLazy

        boolean isLazy()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • isInsertable

        boolean isInsertable()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • isUpdateable

        boolean isUpdateable()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • isNullable

        boolean isNullable()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • isDirtyCheckable

        boolean isDirtyCheckable()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • isVersionable

        boolean isVersionable()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getCascadeStyle

        CascadeStyle getCascadeStyle()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getFetchMode

        FetchMode getFetchMode()
        Deprecated, for removal: This API element is subject to removal in a future version.