Class BaselineAttributeInformation

java.lang.Object
org.hibernate.tuple.BaselineAttributeInformation

@Deprecated(forRemoval=true) public class BaselineAttributeInformation extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement, though see AttributeMapping and AttributeMetadata
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    BaselineAttributeInformation(boolean lazy, boolean insertable, boolean updateable, boolean nullable, boolean dirtyCheckable, boolean versionable, CascadeStyle cascadeStyle, FetchMode fetchMode)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    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.
     
    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 class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BaselineAttributeInformation

      public BaselineAttributeInformation(boolean lazy, boolean insertable, boolean updateable, boolean nullable, boolean dirtyCheckable, boolean versionable, CascadeStyle cascadeStyle, FetchMode fetchMode)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • isLazy

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

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

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

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

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

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

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

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