Uses of Enum Class
tech.ydb.yoj.repository.db.IsolationLevel
Packages that use IsolationLevel
-
Uses of IsolationLevel in tech.ydb.yoj.repository.db
Methods in tech.ydb.yoj.repository.db that return IsolationLevelModifier and TypeMethodDescriptionStdTxManager.getIsolationLevel()TxManagerState.getIsolationLevel()static IsolationLevelReturns the enum constant of this class with the specified name.static IsolationLevel[]IsolationLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.ydb.yoj.repository.db with parameters of type IsolationLevelModifier and TypeMethodDescriptionstatic TxOptionsTxOptions.create(@NonNull IsolationLevel isolationLevel) default RepositoryTransactionRepository.startTransaction(IsolationLevel isolationLevel) TxManager.ReadonlyBuilder.withStatementIsolationLevel(IsolationLevel isolationLevel) -
Uses of IsolationLevel in tech.ydb.yoj.repository.db.exception
Constructors in tech.ydb.yoj.repository.db.exception with parameters of type IsolationLevelModifierConstructorDescriptionIllegalTransactionIsolationLevelException(String message, IsolationLevel isolationLevel)