Uses of Class
org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Packages that use CacheInterceptor
-
Uses of CacheInterceptor in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors with type parameters of type CacheInterceptorModifier and TypeFieldDescriptionprotected Class<? extends CacheInterceptor> CachePolicy.cacheInterceptorClassMethods in org.eclipse.persistence.descriptors with type parameters of type CacheInterceptorModifier and TypeMethodDescription<T extends CacheInterceptor>
Class<T> CachePolicy.getCacheInterceptorClass()A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction between EclipseLink and the internal cache for that class will pass through the Interceptor.Methods in org.eclipse.persistence.descriptors that return types with arguments of type CacheInterceptorModifier and TypeMethodDescriptionClass<? extends CacheInterceptor> ClassDescriptor.getCacheInterceptorClass()A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction between EclipseLink and the internal cache for that class will pass through the Interceptor.Method parameters in org.eclipse.persistence.descriptors with type arguments of type CacheInterceptorModifier and TypeMethodDescriptionvoidCachePolicy.setCacheInterceptorClass(Class<? extends CacheInterceptor> cacheInterceptorClass) PUBLIC: A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction between EclipseLink and the internal cache for that class will pass through the Interceptor.voidClassDescriptor.setCacheInterceptorClass(Class<? extends CacheInterceptor> cacheInterceptorClass) PUBLIC: A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction between EclipseLink and the internal cache for that class will pass through the Interceptor.