Uses of Enum Class
st.orm.TransactionIsolation
Packages that use TransactionIsolation
Package
Description
Foundation of the data model: the mapping annotations and the record interfaces.
-
Uses of TransactionIsolation in st.orm
Methods in st.orm that return TransactionIsolationModifier and TypeMethodDescriptionstatic TransactionIsolationTransactionIsolation.fromJdbcLevel(int jdbcLevel) Returns the isolation level for the given JDBC constant.TransactionOptions.isolation()Returns the value of theisolationrecord component.static TransactionIsolationReturns the enum constant of this class with the specified name.static TransactionIsolation[]TransactionIsolation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in st.orm with parameters of type TransactionIsolationModifier and TypeMethodDescriptionTransactionOptions.withIsolation(TransactionIsolation isolation) Constructors in st.orm with parameters of type TransactionIsolationModifierConstructorDescriptionTransactionOptions(TransactionPropagation propagation, TransactionIsolation isolation, Integer timeoutSeconds, Boolean readOnly) Creates an instance of aTransactionOptionsrecord class.