All Packages
-
Package Summary Package Description org.jdbi.v3.sqlobject SQL Objectsorg.jdbi.v3.sqlobject.config Thesqlobject.configpackage defines configuration annotations that modify theJdbiconfiguration used as the context for executing SqlObject methods, such as registering handled types.org.jdbi.v3.sqlobject.config.internal org.jdbi.v3.sqlobject.customizer Thesqlobject.customizerpackage provides annotations that customize the execution of a statement.org.jdbi.v3.sqlobject.customizer.internal org.jdbi.v3.sqlobject.internal org.jdbi.v3.sqlobject.locator sqlobject.locatorinspects the declared SqlObject and determines the statement text to pass off tocore.locatorfor final resolution of the statement text.org.jdbi.v3.sqlobject.locator.internal org.jdbi.v3.sqlobject.statement Thesqlobject.statementannotations declare the type of statement that a SqlObject method should create, such as a@SqlQueryto return rows or a@SqlUpdateto modify rows and return the modification count.org.jdbi.v3.sqlobject.statement.internal org.jdbi.v3.sqlobject.transaction sqlobject.transactionannotations declaratively create transactions wrapping a SqlObject method.org.jdbi.v3.sqlobject.transaction.internal