Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


Package oracle.eclipselink.coherence.integrated.querying

Interface Summary
FilterFactory Purpose: This interface provides the template for implementations of a Filter Factory.
TranslationFailureDelegate This policy is invoked when a query can not be translated by the FilterFactory.

 

Class Summary
DeleteObjectThroughCoherence Purpose: This Query Redirector should be set on any class that is stored within Coherence and Coherence will be used for data storage.
IgnoreDefaultRedirector Purpose: This Query Redirector should be set on any query for any class where a default Query Redirector is already set but the user wishes for the default redirector to not be used.
InsertObjectToCoherence Purpose: This Query Redirector should be set on any class that is stored within Coherence and Coherence will be used for data storage.
ReadAllFromCoherence 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.
ReadObjectFromCoherence 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 and CoherenceInterceptor has been set on the Descriptor.
ReportQueryFromCoherence 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 and CoherenceInterceptor has been set on the Descriptor.
UpdateObjectToCoherence Purpose: This Query Redirector should be set on any class that is stored within Coherence and Coherence will be used for data storage.

 


Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.