Uses of Class
org.eclipse.persistence.history.AsOfClause
-
-
Uses of AsOfClause in org.eclipse.persistence.expressions
Methods in org.eclipse.persistence.expressions that return AsOfClause Modifier and Type Method Description AsOfClauseExpression. getAsOfClause()Answers the past time the expression is explicitly as of.AsOfClauseExpression. 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 AsOfClause Modifier and Type Method Description ExpressionExpression. 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.history Modifier and Type Class Description classAsOfSCNClausePurpose:Wraps an immutable value for a past time, represented as a database system change number.Fields in org.eclipse.persistence.history declared as AsOfClause Modifier and Type Field Description static AsOfClauseAsOfClause. NO_CLAUSEConstructors in org.eclipse.persistence.history with parameters of type AsOfClause Constructor Description AsOfClause(AsOfClause wrappedValue) -
Uses of AsOfClause in org.eclipse.persistence.internal.expressions
Fields in org.eclipse.persistence.internal.expressions declared as AsOfClause Modifier and Type Field Description protected AsOfClauseDataExpression. asOfClauseMethods in org.eclipse.persistence.internal.expressions that return AsOfClause Modifier and Type Method Description AsOfClauseDataExpression. getAsOfClause()Methods in org.eclipse.persistence.internal.expressions with parameters of type AsOfClause Modifier and Type Method Description ExpressionCompoundExpression. asOf(AsOfClause clause)ExpressionDataExpression. asOf(AsOfClause clause)ExpressionFunctionExpression. asOf(AsOfClause clause) -
Uses of AsOfClause in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions that return AsOfClause Modifier and Type Method Description AsOfClauseAbstractSession. getAsOfClause()ADVANCED: Answers the past time this session is as of.Methods in org.eclipse.persistence.internal.sessions with parameters of type AsOfClause Modifier and Type Method Description SessionAbstractSession. acquireHistoricalSession(AsOfClause clause)INTERNAL: Constructs a HistoricalSession given a valid AsOfClause.SessionUnitOfWorkImpl. 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 AsOfClause Modifier and Type Method Description AsOfClauseObjectLevelReadQuery. getAsOfClause()ADVANCED: Answers the past time this query is as of.Methods in org.eclipse.persistence.queries with parameters of type AsOfClause Modifier and Type Method Description voidObjectLevelReadQuery. 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 AsOfClause Modifier and Type Method Description AsOfClauseSession. getAsOfClause()ADVANCED: Answers the past time this session is as of.Methods in org.eclipse.persistence.sessions with parameters of type AsOfClause Modifier and Type Method Description SessionSession. 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 AsOfClause Modifier and Type Method Description AsOfClauseSessionBroker. getAsOfClause()ADVANCED: Answers the past time this session is as of.Methods in org.eclipse.persistence.sessions.broker with parameters of type AsOfClause Modifier and Type Method Description SessionSessionBroker. 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 AsOfClause Modifier and Type Method Description SessionRemoteSession. 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 AsOfClause Modifier and Type Method Description SessionServerSession. acquireHistoricalSession(AsOfClause clause)INTERNAL: Acquires a special historical session for reading objects as of a past time.
-