NOTE: If your callable block really doesn't have a return object then use the Void class and return null from the call method.
@param callable Callable to execute inside of the transaction. @return The object returned by the callable. @throws SQLException If the callable threw an exception then the transaction is rolled back and a SQLException wraps the callable exception and is thrown by this method.
|
|