Uses of Enum Class
org.litebridgedb.db.spi.tx.Isolation
Packages that use Isolation
Package
Description
Transaction management utilities for Litebridge
-
Uses of Isolation in org.litebridgedb.db.spi.tx
Methods in org.litebridgedb.db.spi.tx that return IsolationModifier and TypeMethodDescriptionstatic IsolationReturns the enum constant of this class with the specified name.static Isolation[]Isolation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.litebridgedb.db.spi.tx with parameters of type Isolation -
Uses of Isolation in org.litebridgedb.orm.api.tx
Fields in org.litebridgedb.orm.api.tx declared as IsolationMethods in org.litebridgedb.orm.api.tx with parameters of type IsolationModifier and TypeMethodDescriptionSets the transaction isolation level for the current thread.Sets the transaction isolation level for the current thread.Constructors in org.litebridgedb.orm.api.tx with parameters of type IsolationModifierConstructorDescriptionIsolationClause(Isolation level, TransactionContextTerminal transactionContextTerminal) -
Uses of Isolation in org.litebridgedb.orm.tx
Methods in org.litebridgedb.orm.tx with parameters of type Isolation -
Uses of Isolation in org.litebridgedb.spring
Methods in org.litebridgedb.spring with parameters of type Isolation