Uses of Class
org.osgi.service.transaction.control.TransactionRolledBackException
Package
Description
Transaction Control Service Package Version 1.0.
-
Uses of TransactionRolledBackException in org.osgi.service.transaction.control
Modifier and TypeMethodDescription<T> T
A transaction is required to run the supplied piece of work.<T> T
TransactionStarter.requiresNew
(Callable<T> work) A new transaction is required to run the supplied piece of work.