Uses of Annotation Type
org.infinispan.jcache.annotation.InjectedCacheResolverQualifier
Packages that use InjectedCacheResolverQualifier
-
Uses of InjectedCacheResolverQualifier in org.infinispan.jcache.annotation
Classes in org.infinispan.jcache.annotation with annotations of type InjectedCacheResolverQualifierModifier and TypeClassDescriptionclassInjected cache resolver for situations where caches and/or cache managers are injected into the CDI beans.Constructor parameters in org.infinispan.jcache.annotation with annotations of type InjectedCacheResolverQualifierModifierConstructorDescriptionInjectedCachePutInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory) Deprecated.InjectedCacheRemoveAllInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory) Deprecated.InjectedCacheRemoveEntryInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory) Deprecated.InjectedCacheResultInterceptor(javax.cache.annotation.CacheResolver cacheResolver, CacheKeyInvocationContextFactory contextFactory) Deprecated.