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