Package org.dalesbred.transaction
Class TransactionSettings
java.lang.Object
org.dalesbred.transaction.TransactionSettings
Contains all the settings that can be configured for individual-transactions.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull Isolation
@NotNull Propagation
void
setIsolation
(@NotNull Isolation isolation) Set the default isolation level to use.void
setPropagation
(@NotNull Propagation propagation) Sets the default transaction propagation to use.@NotNull String
toString()