Uses of Interface
com.d3x.core.db.Database.ConnectionHandler
-
Packages that use Database.ConnectionHandler Package Description com.d3x.core.db -
-
Uses of Database.ConnectionHandler in com.d3x.core.db
Methods in com.d3x.core.db with parameters of type Database.ConnectionHandler Modifier and Type Method Description <R> RDatabase. withConnection(Database.ConnectionHandler<R> handler)Freestyle function to execute some logic against a database using the connection directly<R> RDatabase. withTransaction(Database.ConnectionHandler<R> handler)Freestyle function to execute some logic against a database within a transaction
-