public class ReadAllFromCoherence extends oracle.eclipselink.coherence.integrated.internal.querying.CoherenceRedirector implements QueryRedirector
Purpose: This Query Redirector should be set on any class or query where the user wants Coherence to be checked for data instead of the database. With this Redirector set TopLink will not issue any SQL for Reads unless the query can not be translated into a Coherence filter. Developers should note that Coherence will return only those object that are in the Cache any objects that may fit the query but remain on the database only will not be returned. Developers should set the Coherence Cache name that corresponds to this class in a descriptor property called "coherence.cache.name". Each class should have its own Cache unless the PK's of the instances are unique amoung all classes stored in a single cache This Redirector can be set on the class descriptor through a Session or Descriptor customizer or annotations.
setDefaultInsertQueryRedirector(QueryRedirector)
,
QueryRedirectors
,
Serialized FormConstructor and Description |
---|
ReadAllFromCoherence() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invokeQuery(DatabaseQuery query,
Record arguments,
Session session)
REQUIRED:
Perform the query.
|
public java.lang.Object invokeQuery(DatabaseQuery query, Record arguments, Session session)
QueryRedirector
invokeQuery
in interface QueryRedirector