Skip navigation links

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

E28847-01


oracle.eclipselink.coherence.integrated.config
Class CoherenceReadCustomizer

java.lang.Object
  extended by oracle.eclipselink.coherence.integrated.config.CoherenceReadCustomizer

All Implemented Interfaces:
DescriptorCustomizer

public class CoherenceReadCustomizer
extends java.lang.Object
implements DescriptorCustomizer

This class should be set on an Entity that will be stored within Coherence and whose read queries should retrieve entities from Coherence. This customizer can be set through native code, annotations or xml (persistence.xml)

Since:
Oracle TopLink 11g (11.1.1.0.0)
Author:
gyorke
See Also:
To change the default behaviour of this configuration the user can add or remove QueryRedirectors to control the entity operation/query specific behaviour., org.eclipse.persistence.annotaitons.QueryRedirectors

Constructor Summary
CoherenceReadCustomizer()
           

 

Method Summary
static void afterLoad(ClassDescriptor descriptor)
           
 void customize(ClassDescriptor descriptor)
          Customize the provided descriptor.

 

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

 

Constructor Detail

CoherenceReadCustomizer

public CoherenceReadCustomizer()

Method Detail

customize

public void customize(ClassDescriptor descriptor)
               throws java.lang.Exception
Description copied from interface: DescriptorCustomizer
Customize the provided descriptor. This method is called after the descriptor is populated form annotations/XML/defaults but before it is initialized.
Specified by:
customize in interface DescriptorCustomizer
Throws:
java.lang.Exception

afterLoad

public static void afterLoad(ClassDescriptor descriptor)

Skip navigation links

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