Skip navigation links

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

E28847-01


org.eclipse.persistence.annotations
Annotation Type CacheInterceptor


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface CacheInterceptor

A CacheInterceptor can be set on an Entity and allows all EclipseLink cache access to be intercepted by the developer provided interceptor. In the case of inheritance, a CacheInterceptor annotation should only be defined on the root of the inheritance hierarchy.

Since:
EclipseLink 1.0
Author:
Gordon Yorke
See Also:
CacheInterceptor

Required Element Summary
 java.lang.Class value
          The Class that will be used to intercept EclipseLink's cache access.

 

Element Detail

value

public abstract java.lang.Class value
The Class that will be used to intercept EclipseLink's cache access.

Skip navigation links

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