Package org.hibernate.tuple

Class BaselineAttributeInformation

    • Constructor Detail

      • BaselineAttributeInformation

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

      • 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.
      • getOnDeleteAction

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