Uses of Package
org.jdbi.v3.sqlobject.statement
Packages that use org.jdbi.v3.sqlobject.statement
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.-
Classes in org.jdbi.v3.sqlobject.statement used by org.jdbi.v3.sqlobject
-
Classes in org.jdbi.v3.sqlobject.statement used by org.jdbi.v3.sqlobject.statement
-
Classes in org.jdbi.v3.sqlobject.statement used by org.jdbi.v3.sqlobject.statement.internalClassDescriptionAnnotate a method to indicate that it will create and execute a SQL batch.Used to specify specific row mapper on a query method.Used to specify a row reducer on a result-bearing method.