Uses of Class
com.github.collinalpert.java2db.transactions.IsolationLevelTypes
-
Packages that use 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(java.lang.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.
-