Skip navigation links

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

E28847-01


oracle.eclipselink.coherence.integrated.internal.querying
Class CoherenceRedirector

java.lang.Object
  extended by oracle.eclipselink.coherence.integrated.internal.querying.CoherenceRedirector

Direct Known Subclasses:
DeleteObjectThroughCoherence, DontMaintainCacheRedirector, IgnoreDefaultRedirector, InsertObjectToCoherence, ReadAllFromCoherence, ReadObjectFromCoherence, ReportQueryFromCoherence, UpdateObjectToCoherence

public abstract class CoherenceRedirector
extends java.lang.Object

Purpose: Helper abstract class for interacting with the Coherence Caches. Subclasses will have cached access to the Coherence Cache of a particular name. The name should be stored within a class descriptor's properties using the property "coherence.cache.name"

Since:
Oracle TopLink 11g (11.1.1.0.0)
Author:
Gordon Yorke

Field Summary
protected  FilterFactory filterFactory
           
protected  com.tangosol.net.NamedCache namedCache
           
protected  java.lang.Boolean shouldTranslatePKs
           
protected  TranslationFailureDelegate translationDelegate
           

 

Constructor Summary
CoherenceRedirector()
           

 

Method Summary
 FilterFactory getFilterFactory(Session session)
           
protected  com.tangosol.net.NamedCache getNamedCache(ClassDescriptor descriptor, Session session)
           
 TranslationFailureDelegate getTranslationFailureDelegate(Session session)
           
protected  boolean shouldTranslatePKs(Session session)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

namedCache

protected com.tangosol.net.NamedCache namedCache

filterFactory

protected FilterFactory filterFactory

translationDelegate

protected TranslationFailureDelegate translationDelegate

shouldTranslatePKs

protected java.lang.Boolean shouldTranslatePKs

Constructor Detail

CoherenceRedirector

public CoherenceRedirector()

Method Detail

getFilterFactory

public FilterFactory getFilterFactory(Session session)

getTranslationFailureDelegate

public TranslationFailureDelegate getTranslationFailureDelegate(Session session)

getNamedCache

protected com.tangosol.net.NamedCache getNamedCache(ClassDescriptor descriptor,
                                                    Session session)

shouldTranslatePKs

protected boolean shouldTranslatePKs(Session session)

Skip navigation links

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