Skip navigation links

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

E28847-01


oracle.eclipselink.coherence.integrated.querying
Interface TranslationFailureDelegate

All Known Implementing Classes:
EclipseLinkQueryFailurePolicy

public interface TranslationFailureDelegate

This policy is invoked when a query can not be translated by the FilterFactory. This policy give the implementor the opportunity to redirect the query or provide further translation.

Author:
gyorke

Method Summary
 java.lang.Object translationFailed(DatabaseQuery query, Record arguments, Session session)
          This method is called when the query can not be translated by the configured FilterFactory.

 

Method Detail

translationFailed

java.lang.Object translationFailed(DatabaseQuery query,
                                   Record arguments,
                                   Session session)
This method is called when the query can not be translated by the configured FilterFactory. This methods should return the correct results in the form expected by the query (ReadAllQuery.getContainerPolicy). If the results can not be obtained an Exception should be thrown.
Parameters:
query -
arguments -
session -
Returns:

Skip navigation links

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