Uses of Class
org.tamilnadujug.Transaction
Packages that use Transaction
-
Uses of Transaction in org.tamilnadujug
Methods in org.tamilnadujug that return TransactionModifier and TypeMethodDescriptionstatic <T> Transaction<T> Begins a new transaction with the initial SQL operation.<R> Transaction<R> Transaction.savePoint(String savePointId, Function<T, Transaction<R>> transactionFn) Creates a savepoint within the current transaction.<R> Transaction<R> Chains another SQL operation to be executed after this transaction stage.Method parameters in org.tamilnadujug with type arguments of type TransactionModifier and TypeMethodDescription<R> Transaction<R> Transaction.savePoint(String savePointId, Function<T, Transaction<R>> transactionFn) Creates a savepoint within the current transaction.