Uses of Class
org.skife.jdbi.v2.sqlobject.SqlStatementCustomizingAnnotation

Packages that use SqlStatementCustomizingAnnotation
org.skife.jdbi.v2.sqlobject.customizers   
org.skife.jdbi.v2.sqlobject.stringtemplate   
 

Uses of SqlStatementCustomizingAnnotation in org.skife.jdbi.v2.sqlobject.customizers
 

Classes in org.skife.jdbi.v2.sqlobject.customizers with annotations of type SqlStatementCustomizingAnnotation
 interface Define
          Used to set attributes on the StatementContext for the statement generated for this method.
 interface FetchDirection
          Used to specify the fetch direction, per JDBC, of a result set.
 interface FetchSize
           
 interface MaxRows
          Used to specify the maximum numb er of rows to return on a result set.
 interface OverrideStatementLocatorWith
          Use this to override the statement locator on a sql object, May be specified on either the interface or method level.
 interface OverrideStatementRewriterWith
          Use this to override the statement rewriter on a sql object, May be specified on either the interface or method level.
 interface QueryTimeOut
          Specify the query timeout in seconds.
 interface RegisterMapper
          Used to register a result set mapper with either a sql object type or for a specific method.
 interface TransactionIsolation
          Used to specify the transaction isolation level for an object or method (via annotating the method or passing it in as an annotated param).
 

Uses of SqlStatementCustomizingAnnotation in org.skife.jdbi.v2.sqlobject.stringtemplate
 

Classes in org.skife.jdbi.v2.sqlobject.stringtemplate with annotations of type SqlStatementCustomizingAnnotation
 interface ExternalizedSqlViaStringTemplate3
           
 



Copyright © 2011. All Rights Reserved.