Package com.rosivanyshyn.db.transaction
Interface ExecuteOperation<T>
- Type Parameters:
T-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
encapsulates a set of Database queries
-
Method Summary
-
Method Details
-
execute
T execute()Execute operation.- Returns:
- T
-