jdbi3 SqlObject 3.26.1 API

Packages
Package
Description
SQL Objects
The sqlobject.config package defines configuration annotations that modify the Jdbi configuration used as the context for executing SqlObject methods, such as registering handled types.
 
The sqlobject.customizer package provides annotations that customize the execution of a statement.
 
 
sqlobject.locator inspects the declared SqlObject and determines the statement text to pass off to core.locator for final resolution of the statement text.
 
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.