Package io.ebean

Class TransactionCallbackAdapter

java.lang.Object
io.ebean.TransactionCallbackAdapter
All Implemented Interfaces:
TransactionCallback

public abstract class TransactionCallbackAdapter
extends Object
implements TransactionCallback
Adapter that can be extended for easier implementation of TransactionCallback.

Provides 'no operation' implementation for each of the TransactionCallback methods. It is expected that this class is extended and override the methods you need to.