Interface | Description |
---|---|
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 | Description |
---|---|
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.
|