Uses of Annotation Interface
org.jdbi.v3.core.extension.annotation.UseExtensionHandler
Packages that use UseExtensionHandler
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.-
Uses of UseExtensionHandler in org.jdbi.v3.sqlobject
Classes in org.jdbi.v3.sqlobject with annotations of type UseExtensionHandlerModifier and TypeClassDescription@interfaceUse this annotation on a sql object method to create a new sql object with the same underlying handle as the sql object the method is invoked on. -
Uses of UseExtensionHandler in org.jdbi.v3.sqlobject.statement
Classes in org.jdbi.v3.sqlobject.statement with annotations of type UseExtensionHandlerModifier and TypeClassDescription@interfaceAnnotate a method to indicate that it will create and execute a SQL batch.@interfaceSupport for stored proc invocation.@interfaceUsed to indicate that a method should execute a query.@interfaceAnnotate a method to indicate that it will execute one or more SQL statements.@interfaceHolder for repeatingSqlScripts.@interfaceUsed to indicate that a method should execute a non-query sql statement.