Uses of Package
org.jdbi.v3.core.extension.annotation
Packages that use org.jdbi.v3.core.extension.annotation
Package
Description
freemarker provides advanced string template processing.SQL Objects
 The 
sqlobject.config package defines configuration annotations
 that modify the Jdbi configuration used as the context for executing
 SqlObject methods, such as registering handled types.sqlobject.locator inspects the declared SqlObject and determines
 the statement text to pass off to core.locator for final
 resolution of the statement text.
 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.sqlobject.transaction annotations declaratively create transactions
 wrapping a SqlObject method.stringtemplate4 provides advanced string template processing
 that Jdbi can drive with the statement's bound parameters
 and context to drive statement generation that may need to bind
 variable number of parameters or other advanced use cases.- 
Classes in org.jdbi.v3.core.extension.annotation used by org.jdbi.v3.commonstextClassDescriptionMeta-Annotation used to identify annotations that modify configuration in the context of an extension object or method.
 - 
Classes in org.jdbi.v3.core.extension.annotation used by org.jdbi.v3.freemarkerClassDescriptionMeta-Annotation used to identify annotations that modify configuration in the context of an extension object or method.
 - 
Classes in org.jdbi.v3.core.extension.annotation used by org.jdbi.v3.sqlobject
 - 
Classes in org.jdbi.v3.core.extension.annotation used by org.jdbi.v3.sqlobject.configClassDescriptionMeta-Annotation used to identify annotations that modify configuration in the context of an extension object or method.
 - 
Classes in org.jdbi.v3.core.extension.annotation used by org.jdbi.v3.sqlobject.locatorClassDescriptionMeta-Annotation used to identify annotations that modify configuration in the context of an extension object or method.
 - 
Classes in org.jdbi.v3.core.extension.annotation used by org.jdbi.v3.sqlobject.statement
 - 
Classes in org.jdbi.v3.core.extension.annotation used by org.jdbi.v3.sqlobject.transactionClassDescriptionMeta-Annotation used to identify extension method decorating annotations.
 - 
Classes in org.jdbi.v3.core.extension.annotation used by org.jdbi.v3.stringtemplate4ClassDescriptionMeta-Annotation used to identify annotations that modify configuration in the context of an extension object or method.