Module is.codion.framework.db.core
Package is.codion.framework.db
Interface EntityConnection.TransactionalResult<T>
- Type Parameters:
T- the result type
- Enclosing interface:
EntityConnection
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Specifies an action to be executed within a transaction producing a result.
-
Method Summary
-
Method Details
-
execute
Executes the given transactional.- Returns:
- the result
- Throws:
Exception- in case of an exception
-