Module is.codion.framework.db.core
Package is.codion.framework.db
Interface EntityConnection.TransactionalResult<T>
- Type Parameters:
T
- the result type
- Enclosing interface:
- EntityConnection
public static interface EntityConnection.TransactionalResult<T>
Specifies an action to be executed within a transaction producing a result.
-
Method Summary
-
Method Details
-
execute
- Returns:
- the result
- Throws:
Exception
- in case of an exception
-