Package org.dalesbred.transaction
Class TransactionSettings
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) Set the default isolation level to use.voidsetPropagation(@NotNull Propagation propagation) Sets the default transaction propagation to use.@NotNull StringtoString()