public class QueryRedirectorHelper extends 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 Object |
checkEclipseLinkCache(DatabaseQuery query,
Record record,
Session session)
This method will cause EclipseLink to check the EclipseLink cache for the object.
|
public static Object checkEclipseLinkCache(DatabaseQuery query, Record record, Session session)