Uses of Package
org.jdbi.v3.core.extension.annotation
-
Packages that use org.jdbi.v3.core.extension.annotation Package Description org.jdbi.v3.commonstext org.jdbi.v3.core.extension Theextensionclasses allow you to extendJdbi's functionality by declaring interface types that may attach toHandleinstances.org.jdbi.v3.freemarker freemarkerprovides advanced string template processing.org.jdbi.v3.sqlobject SQL Objectsorg.jdbi.v3.sqlobject.config Thesqlobject.configpackage defines configuration annotations that modify theJdbiconfiguration used as the context for executing SqlObject methods, such as registering handled types.org.jdbi.v3.sqlobject.locator sqlobject.locatorinspects the declared SqlObject and determines the statement text to pass off tocore.locatorfor final resolution of the statement text.org.jdbi.v3.sqlobject.statement Thesqlobject.statementannotations declare the type of statement that a SqlObject method should create, such as a@SqlQueryto return rows or a@SqlUpdateto modify rows and return the modification count.org.jdbi.v3.sqlobject.transaction sqlobject.transactionannotations declaratively create transactions wrapping a SqlObject method.org.jdbi.v3.stringtemplate4 stringtemplate4provides advanced string template processing thatJdbican 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.commonstext Class Description UseExtensionConfigurer Meta-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.core.extension Class Description ExtensionHandlerCustomizationOrder Determines the order in which extension method decorators are invoked. -
Classes in org.jdbi.v3.core.extension.annotation used by org.jdbi.v3.freemarker Class Description UseExtensionConfigurer Meta-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 Class Description UseExtensionHandler Meta-Annotation used to map a method to an extension handler. -
Classes in org.jdbi.v3.core.extension.annotation used by org.jdbi.v3.sqlobject.config Class Description UseExtensionConfigurer Meta-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.locator Class Description UseExtensionConfigurer Meta-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 Class Description UseExtensionHandler Meta-Annotation used to map a method to an extension handler. -
Classes in org.jdbi.v3.core.extension.annotation used by org.jdbi.v3.sqlobject.transaction Class Description UseExtensionHandlerCustomizer Meta-Annotation used to identify extension method decorating annotations. -
Classes in org.jdbi.v3.core.extension.annotation used by org.jdbi.v3.stringtemplate4 Class Description UseExtensionConfigurer Meta-Annotation used to identify annotations that modify configuration in the context of an extension object or method.