Package org.jdbi.v3.sqlobject.statement


package org.jdbi.v3.sqlobject.statement

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.

  • Class
    Description
    Used to control the batch chunk size for sql batch operations.
    Standard implementation of ParameterCustomizerFactory that delegates to BindFactory.createForParameter(Annotation, Class, Method, Parameter, int, Type) passing null for Annotation parameter.
     
    Used to specify a polymorphic return type as a parameter on a query method.
     
    Annotate a method to indicate that it will create and execute a SQL batch.
    Support for stored proc invocation.
    Used to indicate that a method should execute a query.
    Annotate a method to indicate that it will execute one or more SQL statements.
    Holder for repeating SqlScripts.
    Used to indicate that a method should execute a non-query sql statement.
    Used to specify specific row mapper on a query method.
    Used to specify a row reducer on a result-bearing method.