Uses of Class
org.infinispan.context.AbstractInvocationContextFactory
-
Packages that use AbstractInvocationContextFactory Package Description org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags. -
-
Uses of AbstractInvocationContextFactory in org.infinispan.context
Subclasses of AbstractInvocationContextFactory in org.infinispan.context Modifier and Type Class Description class
NonTransactionalInvocationContextFactory
Deprecated.Since 9.0, this class is going to be moved to an internal package.class
TransactionalInvocationContextFactory
Deprecated.Since 9.0, this class is going to be moved to an internal package.
-