- java.lang.Object
-
- io.ebean.config.dbplatform.DbStandardHistorySupport
-
- io.ebean.platform.oracle.OracleDbHistorySupport
-
- All Implemented Interfaces:
DbHistorySupport
public class OracleDbHistorySupport extends DbStandardHistorySupport
Oracle Total recall based history support.
-
-
Constructor Summary
Constructors Constructor Description OracleDbHistorySupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAsOfViewSuffix(String asOfViewSuffix)Return the ' as of timestamp ?' clause appended after the table name.StringgetSysPeriodLower(String tableAlias, String sysPeriod)Returns the Oracle specific effective start column.StringgetSysPeriodUpper(String tableAlias, String sysPeriod)Returns the Oracle specific effective end column.StringgetVersionsBetweenSuffix(String asOfViewSuffix)-
Methods inherited from class io.ebean.config.dbplatform.DbStandardHistorySupport
getAsOfPredicate, getBindCount, isStandardsBased
-
-