java.lang.Object
org.dalesbred.transaction.TransactionSettings
Contains all the settings that can be configured for individual-transactions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Isolation@NotNull PropagationvoidsetIsolation(@NotNull Isolation isolation) Sets the isolation level to use.voidsetPropagation(@NotNull Propagation propagation) Sets the default transaction propagation to use.@NotNull StringtoString()