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