Uses of Class
org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Packages that use CacheInterceptor Package Description org.eclipse.persistence.descriptors -
-
Uses of CacheInterceptor in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors with type parameters of type CacheInterceptor Modifier and Type Field Description protected Class<? extends CacheInterceptor>CachePolicy. cacheInterceptorClassMethods in org.eclipse.persistence.descriptors with type parameters of type CacheInterceptor Modifier and Type Method Description <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 CacheInterceptor Modifier and Type Method Description Class<? 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 CacheInterceptor Modifier and Type Method Description voidCachePolicy. 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.
-