Uses of Interface
org.javalite.activejdbc.DB.ThrowingRunnable
Packages that use DB.ThrowingRunnable
-
Uses of DB.ThrowingRunnable in org.javalite.activejdbc
Methods in org.javalite.activejdbc with parameters of type DB.ThrowingRunnableModifier and TypeMethodDescriptionstatic void
Base.doInTransactionSilently(DB.ThrowingRunnable bodyHandler, Consumer<Exception> exceptionHandler)
Same asDB.doInTransactionSilently(DB.ThrowingRunnable, Consumer)
, but with db nameDB.DEFAULT_NAME
.void
DB.doInTransactionSilently(DB.ThrowingRunnable bodyHandler, Consumer<Exception> exceptionHandler)
Executes a specified code block in a transaction context without throwing exceptions and without returning result.