Uses of Package
org.jdbi.v3.sqlobject

Packages that use org.jdbi.v3.sqlobject
Package
Description
SQL Objects
 
The sqlobject.statement annotations declare the type of statement that a SqlObject method should create, such as a @SqlQuery to return rows or a @SqlUpdate to modify rows and return the modification count.
 
sqlobject.transaction annotations declaratively create transactions wrapping a SqlObject method.