DefaultTransactionDefinition()
Create a new DefaultTransactionDefinition, with default settings. Can be modified through bean property setters.
See Also
#setPropagationBehavior#setIsolationLevel#setTimeout#setReadOnly#setName
DefaultTransactionDefinition(other: TransactionDefinition)
Copy constructor. Definition can be modified through bean property setters.
See Also
#setPropagationBehavior#setIsolationLevel#setTimeout#setReadOnly#setName
DefaultTransactionDefinition(propagationBehavior: Int)
Create a new DefaultTransactionDefinition with the given propagation behavior. Can be modified through bean property setters.
propagationBehavior - one of the propagation constants in the TransactionDefinition interface