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.org.jdbi.v3.sqlobject.statement.internal -
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. -
Classes in org.jdbi.v3.sqlobject.statement used by org.jdbi.v3.sqlobject.statement.internal Class Description ParameterCustomizerFactory SqlBatch Annotate a method to indicate that it will create and execute a SQL batch.UseRowMapper Used to specify specific row mapper on a query method.UseRowReducer Used to specify a row reducer on a result-bearing method.