Uses of Package
org.jdbi.v3.sqlobject.statement
-
Packages that use org.jdbi.v3.sqlobject.statement Package Description org.jdbi.v3.sqlobject SQL Objectsorg.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. -
Classes in org.jdbi.v3.sqlobject.statement used by org.jdbi.v3.sqlobject Class Description ParameterCustomizerFactory -
Classes in org.jdbi.v3.sqlobject.statement used by org.jdbi.v3.sqlobject.statement Class Description ParameterCustomizerFactory SqlScript Annotate a method to indicate that it will execute one or more SQL statements.