Uses of Enum Class
org.tentackle.session.TransactionIsolation
-
Uses of TransactionIsolation in org.tentackle.session
Methods in org.tentackle.session that return TransactionIsolationModifier and TypeMethodDescriptionstatic TransactionIsolationTransactionIsolation.valueOf(int level) Derives the transaction isolation enum from the low-level constant integer.static TransactionIsolationReturns the enum constant of this class with the specified name.static TransactionIsolation[]TransactionIsolation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tentackle.session with parameters of type TransactionIsolationModifier and TypeMethodDescriptionlongSession.begin(String txName, TransactionIsolation transactionIsolation, TransactionWritability transactionWritability) Starts a transaction.
Does nothing if a transaction is already running!