Uses of Class
com.feedzai.commons.sql.abstraction.engine.configuration.IsolationLevel
-
Packages that use IsolationLevel Package Description com.feedzai.commons.sql.abstraction.engine.configuration Contains classes to configure PdB.com.feedzai.commons.sql.abstraction.util Contains utility classes that aid PdB. -
-
Uses of IsolationLevel in com.feedzai.commons.sql.abstraction.engine.configuration
Methods in com.feedzai.commons.sql.abstraction.engine.configuration that return IsolationLevel Modifier and Type Method Description static IsolationLevelIsolationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static IsolationLevel[]IsolationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IsolationLevel in com.feedzai.commons.sql.abstraction.util
Fields in com.feedzai.commons.sql.abstraction.util declared as IsolationLevel Modifier and Type Field Description static IsolationLevelConstants. DEFAULT_ISOLATION_LEVELThe default isolation level.
-