Uses of Class
org.eclipse.persistence.history.AsOfClause
Packages that use AsOfClause
Package
Description
-
Uses of AsOfClause in org.eclipse.persistence.expressions
Methods in org.eclipse.persistence.expressions that return AsOfClauseModifier 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.Methods in org.eclipse.persistence.expressions with parameters of type AsOfClauseModifier 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
Subclasses of AsOfClause in org.eclipse.persistence.historyModifier and TypeClassDescriptionclass
Purpose:Wraps an immutable value for a past time, represented as a database system change number.Fields in org.eclipse.persistence.history declared as AsOfClauseConstructors in org.eclipse.persistence.history with parameters of type AsOfClause -
Uses of AsOfClause in org.eclipse.persistence.internal.expressions
Fields in org.eclipse.persistence.internal.expressions declared as AsOfClauseMethods in org.eclipse.persistence.internal.expressions that return AsOfClauseMethods in org.eclipse.persistence.internal.expressions with parameters of type AsOfClauseModifier and TypeMethodDescriptionCompoundExpression.asOf
(AsOfClause clause) DataExpression.asOf
(AsOfClause clause) FunctionExpression.asOf
(AsOfClause clause) -
Uses of AsOfClause in org.eclipse.persistence.internal.history
Subclasses of AsOfClause in org.eclipse.persistence.internal.historyModifier and TypeClassDescriptionclass
INTERNAL: Purpose: Represents a query level AS OF TIMESTAMP/SCN Oracle SQL clause.Fields in org.eclipse.persistence.internal.history declared as AsOfClauseMethods in org.eclipse.persistence.internal.history that return AsOfClauseModifier 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
.Methods in org.eclipse.persistence.internal.history with parameters of type AsOfClauseModifier and TypeMethodDescriptionHistoricalSession.acquireHistoricalSession
(AsOfClause clause) INTERNAL: Acquires a special historical session for reading objects as of a past time.void
DecoratedDatabaseTable.setAsOfClause
(AsOfClause asOfClause) Constructors in org.eclipse.persistence.internal.history with parameters of type AsOfClauseModifierConstructorDescriptionDecoratedDatabaseTable
(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
Methods in org.eclipse.persistence.internal.sessions that return AsOfClauseModifier and TypeMethodDescriptionAbstractSession.getAsOfClause()
ADVANCED: Answers the past time this session is as of.Methods in org.eclipse.persistence.internal.sessions with parameters of type AsOfClauseModifier 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
Methods in org.eclipse.persistence.queries that return AsOfClauseModifier and TypeMethodDescriptionObjectLevelReadQuery.getAsOfClause()
ADVANCED: Answers the past time this query is as of.Methods in org.eclipse.persistence.queries with parameters of type AsOfClauseModifier 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
Methods in org.eclipse.persistence.sessions that return AsOfClauseModifier and TypeMethodDescriptionSession.getAsOfClause()
ADVANCED: Answers the past time this session is as of.Methods in org.eclipse.persistence.sessions with parameters of type AsOfClauseModifier 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
Methods in org.eclipse.persistence.sessions.broker that return AsOfClauseModifier and TypeMethodDescriptionSessionBroker.getAsOfClause()
ADVANCED: Answers the past time this session is as of.Methods in org.eclipse.persistence.sessions.broker with parameters of type AsOfClauseModifier 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
Methods in org.eclipse.persistence.sessions.remote with parameters of type AsOfClauseModifier 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
Methods in org.eclipse.persistence.sessions.server with parameters of type AsOfClauseModifier and TypeMethodDescriptionServerSession.acquireHistoricalSession
(AsOfClause clause) INTERNAL: Acquires a special historical session for reading objects as of a past time.