Package com.valqueries
Interface ITransactionContext
- All Superinterfaces:
AutoCloseable
,IOrmOperations
- All Known Subinterfaces:
IOrm
- All Known Implementing Classes:
Orm
,TestDoubleTransactionContext
-
Method Summary
Methods inherited from interface com.valqueries.IOrmOperations
conditionalExecute, query, query, queryOne, queryOne, querySingle, querySingle, queryWithPlaceholders, save, streamQuery, streamQueryWithPlaceholders, update, update, updateWithPlaceholders
-
Method Details
-
close
void close()- Specified by:
close
in interfaceAutoCloseable
-