Uses of Class
org.eclipse.rdf4j.common.transaction.IsolationLevels
-
-
Uses of IsolationLevels in org.eclipse.rdf4j.common.transaction
Methods in org.eclipse.rdf4j.common.transaction that return IsolationLevels Modifier and Type Method Description static IsolationLevelsIsolationLevels. valueOf(String name)Returns the enum constant of this type with the specified name.static IsolationLevels[]IsolationLevels. values()Returns an array containing the constants of this enum type, in the order they are declared.
-