Uses of Class
com.github.collinalpert.java2db.transactions.IsolationLevelTypes
| Package | Description |
|---|---|
| com.github.collinalpert.java2db.transactions |
-
Uses of IsolationLevelTypes in com.github.collinalpert.java2db.transactions
Methods in com.github.collinalpert.java2db.transactions that return IsolationLevelTypes Modifier and Type Method Description static IsolationLevelTypesIsolationLevelTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static IsolationLevelTypes[]IsolationLevelTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.collinalpert.java2db.transactions with parameters of type IsolationLevelTypes Constructor Description Transaction(DBConnection connection, IsolationLevelTypes isolationLevel)Transaction(IsolationLevelTypes isolationLevel)