public class QueryRedirectorHelper
extends java.lang.Object
Purpose: The purpose of this class is to provide the query redirector with some helper methods for general EclipseLink operations (such as checking a query against the cache) which may not occur because the query is being redirected.
Constructor and Description |
---|
QueryRedirectorHelper() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
checkEclipseLinkCache(DatabaseQuery query,
Record record,
Session session)
This method will cause EclipseLink to check the EclipseLink cache for the object.
|
public static java.lang.Object checkEclipseLinkCache(DatabaseQuery query, Record record, Session session)