Enum Class TransactionalDriverProperties.IsolationLevel
java.lang.Object
java.lang.Enum<TransactionalDriverProperties.IsolationLevel>
dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.IsolationLevel
- All Implemented Interfaces:
Serializable,Comparable<TransactionalDriverProperties.IsolationLevel>,Constable
- Enclosing class:
TransactionalDriverProperties
public static enum TransactionalDriverProperties.IsolationLevel
extends Enum<TransactionalDriverProperties.IsolationLevel>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionTransaction isolation level TRANSACTION_READ_COMMITTED.Transaction isolation level TRANSACTION_READ_UNCOMMITTED.Transaction isolation level TRANSACTION_REPEATABLE_READ.Transaction isolation level TRANSACTION_SERIALIZABLE. -
Method Summary
-
Enum Constant Details
-
TRANSACTION_READ_UNCOMMITTED
Transaction isolation level TRANSACTION_READ_UNCOMMITTED.- See Also:
-
TRANSACTION_READ_COMMITTED
Transaction isolation level TRANSACTION_READ_COMMITTED.- See Also:
-
TRANSACTION_REPEATABLE_READ
Transaction isolation level TRANSACTION_REPEATABLE_READ.- See Also:
-
TRANSACTION_SERIALIZABLE
Transaction isolation level TRANSACTION_SERIALIZABLE.- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getLevel
public int getLevel()
-