Uses of Interface
org.jdbi.v3.sqlobject.SqlObject
-
Packages that use SqlObject Package Description org.jdbi.v3.sqlobject.transaction sqlobject.transactionannotations declaratively create transactions wrapping a SqlObject method. -
-
Uses of SqlObject in org.jdbi.v3.sqlobject.transaction
Subinterfaces of SqlObject in org.jdbi.v3.sqlobject.transaction Modifier and Type Interface Description interfaceTransactional<This extends Transactional<This>>A mixin interface to expose transaction methods on the sql object.
-