Class Changelog


  • public class Changelog
    extends Object
    INTERNAL: Data carrier holding the information about a change log table from the mapping file.
    • Method Detail

      • getRelation

        public Relation getRelation()
        INTERNAL: Returns the relation to which the changelog belongs.
      • getTable

        public String getTable()
        INTERNAL: Returns the name of the changelog table.
      • setTable

        public void setTable​(String table)
      • getPrimaryKey

        public String[] getPrimaryKey()
      • setPrimaryKey

        public void setPrimaryKey​(String[] pkey)
      • getOrderColumn

        public String getOrderColumn()
      • setOrderColumn

        public void setOrderColumn​(String order_column)
      • getLocalOrderColumn

        public String getLocalOrderColumn()
      • setLocalOrderColumn

        public void setLocalOrderColumn​(String local_order_column)
      • setCondition

        public void setCondition​(String condition)
      • getCondition

        public String getCondition()
      • isExpressionColumn

        public boolean isExpressionColumn​(String colname)
      • getColumnExpression

        public String getColumnExpression​(String colname)