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