Uses of Class
xyz.cofe.sql.cpool.TransactIsolation
| Package | Description |
|---|---|
| xyz.cofe.sql.cpool |
-
Uses of TransactIsolation in xyz.cofe.sql.cpool
Fields in xyz.cofe.sql.cpool declared as TransactIsolation Modifier and Type Field Description protected TransactIsolationBasicDataSource. transactIsolationРежим изоляции транзакцийMethods in xyz.cofe.sql.cpool that return TransactIsolation Modifier and Type Method Description TransactIsolationBasicDataSource. getTransactIsolation()Указывает режим изоляции транзакцийstatic TransactIsolationTransactIsolation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransactIsolation[]TransactIsolation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in xyz.cofe.sql.cpool with parameters of type TransactIsolation Modifier and Type Method Description voidBasicDataSource. setTransactIsolation(TransactIsolation transactIsolation)Указывает режим изоляции транзакций