Uses of Class
org.eclipse.persistence.history.AsOfClause
Package
Description
-
Uses of AsOfClause in org.eclipse.persistence.expressions
Modifier and TypeMethodDescriptionExpression.getAsOfClause()
Answers the past time the expression is explicitly as of.Expression.getAsOfClauseRecursively()
INTERNAL: For Flashback: If this expression is not already as of some timestamp gets the clause from the base expression.Modifier and TypeMethodDescriptionExpression.asOf
(AsOfClause pastTime) Sets all tables represented by this expression to be queried as of a past time. -
Uses of AsOfClause in org.eclipse.persistence.history
Modifier and TypeClassDescriptionclass
Purpose:Wraps an immutable value for a past time, represented as a database system change number. -
Uses of AsOfClause in org.eclipse.persistence.internal.expressions
Modifier and TypeMethodDescriptionCompoundExpression.asOf
(AsOfClause clause) DataExpression.asOf
(AsOfClause clause) FunctionExpression.asOf
(AsOfClause clause) -
Uses of AsOfClause in org.eclipse.persistence.internal.history
Modifier and TypeClassDescriptionclass
INTERNAL: Purpose: Represents a query level AS OF TIMESTAMP/SCN Oracle SQL clause.Modifier and TypeMethodDescriptionDecoratedDatabaseTable.getAsOfClause()
HistoricalSession.getAsOfClause()
ADVANCED: Answers a read-only data object, which knows whether it is a wall-clock time or a system change number.UniversalAsOfClause.getAsOfClause()
INTERNAL: Gets the actual as of clause represented bythis
.Modifier and TypeMethodDescriptionHistoricalSession.acquireHistoricalSession
(AsOfClause clause) INTERNAL: Acquires a special historical session for reading objects as of a past time.void
DecoratedDatabaseTable.setAsOfClause
(AsOfClause asOfClause) ModifierConstructorDescriptionDecoratedDatabaseTable
(String name, AsOfClause asOfClause) HistoricalSession
(AbstractSession parent, AsOfClause clause) INTERNAL: Create and return a new Historical Session.UniversalAsOfClause
(AsOfClause value) -
Uses of AsOfClause in org.eclipse.persistence.internal.sessions
Modifier and TypeMethodDescriptionAbstractSession.getAsOfClause()
ADVANCED: Answers the past time this session is as of.Modifier and TypeMethodDescriptionAbstractSession.acquireHistoricalSession
(AsOfClause clause) INTERNAL: Constructs a HistoricalSession given a valid AsOfClause.UnitOfWorkImpl.acquireHistoricalSession
(AsOfClause clause) INTERNAL: Acquires a special historical session for reading objects as of a past time. -
Uses of AsOfClause in org.eclipse.persistence.queries
Modifier and TypeMethodDescriptionObjectLevelReadQuery.getAsOfClause()
ADVANCED: Answers the past time this query is as of.Modifier and TypeMethodDescriptionvoid
ObjectLevelReadQuery.setAsOfClause
(AsOfClause pastTime) ADVANCED: Sets the query to execute as of the past time. -
Uses of AsOfClause in org.eclipse.persistence.sessions
Modifier and TypeMethodDescriptionSession.getAsOfClause()
ADVANCED: Answers the past time this session is as of.Modifier and TypeMethodDescriptionSession.acquireHistoricalSession
(AsOfClause pastTime) ADVANCED: Returns a light weight read-only session where all objects are automatically read as of the specified past time. -
Uses of AsOfClause in org.eclipse.persistence.sessions.broker
Modifier and TypeMethodDescriptionSessionBroker.getAsOfClause()
ADVANCED: Answers the past time this session is as of.Modifier and TypeMethodDescriptionSessionBroker.acquireHistoricalSession
(AsOfClause clause) INTERNAL: Acquires a special historical session for reading objects as of a past time. -
Uses of AsOfClause in org.eclipse.persistence.sessions.remote
Modifier and TypeMethodDescriptionRemoteSession.acquireHistoricalSession
(AsOfClause clause) INTERNAL: Acquires a special historical session for reading objects as of a past time. -
Uses of AsOfClause in org.eclipse.persistence.sessions.server
Modifier and TypeMethodDescriptionServerSession.acquireHistoricalSession
(AsOfClause clause) INTERNAL: Acquires a special historical session for reading objects as of a past time.