Uses of Class
org.infinispan.configuration.cache.TransactionMode
-
Packages that use TransactionMode Package Description org.infinispan.configuration.cache Cacheconfiguration -
-
Uses of TransactionMode in org.infinispan.configuration.cache
Methods in org.infinispan.configuration.cache that return TransactionMode Modifier and Type Method Description static TransactionModeTransactionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionMode[]TransactionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-