Annotation Type CacheInterceptor


@Target(TYPE) @Retention(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.
See Also:
Author:
Gordon Yorke
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The Class that will be used to intercept EclipseLink's cache access.
  • Element Details

    • value

      Class value
      The Class that will be used to intercept EclipseLink's cache access.