Class DecoratedDatabaseTable

java.lang.Object
org.eclipse.persistence.internal.helper.DatabaseTable
org.eclipse.persistence.internal.history.DecoratedDatabaseTable
All Implemented Interfaces:
Serializable, Cloneable, CoreTable

public class DecoratedDatabaseTable extends DatabaseTable
INTERNAL: A decorated database table is one that has an as of clause, for Oracle 9R2 query flashback. Specifying a table to be read as of a past time is termed 'table decoration'.
Since:
OracleAS TopLink 10g (10.1.3)
See Also:
  • Constructor Details

    • DecoratedDatabaseTable

      protected DecoratedDatabaseTable()
    • DecoratedDatabaseTable

      public DecoratedDatabaseTable(String name, AsOfClause asOfClause)
  • Method Details

    • isDecorated

      public boolean isDecorated()
      INTERNAL: This check is optimized for the case where no AsOfClause is specified.
      Overrides:
      isDecorated in class DatabaseTable
    • getAsOfClause

      public AsOfClause getAsOfClause()
    • setAsOfClause

      public void setAsOfClause(AsOfClause asOfClause)