Uses of Interface
com.aoapps.dbc.DatabaseRunnableE
Packages that use DatabaseRunnableE
-
Uses of DatabaseRunnableE in com.aoapps.dbc
Subinterfaces of DatabaseRunnableE in com.aoapps.dbcModifier and TypeInterfaceDescriptioninterface
Target that may be used byDatabaseAccess.transactionRun(com.aoapps.dbc.DatabaseRunnable)
.Methods in com.aoapps.dbc with parameters of type DatabaseRunnableEModifier and TypeMethodDescriptionfinal <Ex extends Exception>
voidDatabase.executeTransaction
(Class<Ex> exClass, DatabaseRunnableE<Ex> runnable) Deprecated, for removal: This API element is subject to removal in a future version.default <Ex extends Throwable>
voidDatabaseAccess.transactionRun
(Class<? extends Ex> exClass, DatabaseRunnableE<? extends Ex> runnable) Executes an arbitrary transaction, providing automatic commit, rollback, and connection management.<Ex extends Throwable>
voidDatabaseConnection.transactionRun
(Class<? extends Ex> exClass, DatabaseRunnableE<? extends Ex> runnable) Deprecated.DatabaseConnection
is already within a transaction.
DatabaseAccess.transactionRun(java.lang.Class, com.aoapps.dbc.DatabaseRunnableE)