Uses of Class
org.jdbi.v3.core.extension.annotation.UseExtensionConfigurer
-
Packages that use UseExtensionConfigurer Package Description org.jdbi.v3.commonstext org.jdbi.v3.freemarker freemarkerprovides advanced string template processing.org.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.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. -
-
Uses of UseExtensionConfigurer in org.jdbi.v3.commonstext
Classes in org.jdbi.v3.commonstext with annotations of type UseExtensionConfigurer Modifier and Type Class Description interfaceUseStringSubstitutorTemplateEngine -
Uses of UseExtensionConfigurer in org.jdbi.v3.freemarker
Classes in org.jdbi.v3.freemarker with annotations of type UseExtensionConfigurer Modifier and Type Class Description interfaceUseFreemarkerEngineConfigures a SQL object class or method to rewrite SQL statements using Freemarker.interfaceUseFreemarkerSqlLocatorConfigures SQL Object to locate SQL using theFreemarkerSqlLocatorclass. -
Uses of UseExtensionConfigurer in org.jdbi.v3.sqlobject.config
Classes in org.jdbi.v3.sqlobject.config with annotations of type UseExtensionConfigurer Modifier and Type Class Description interfaceKeyColumnConfigures the column to use for map keys, for SQL methods that returnMap, or Guava's Multimap.interfaceRegisterArgumentFactoriesinterfaceRegisterArgumentFactoryUsed to register an argument factory with either a sql object type or for a specific method.interfaceRegisterBeanMapperRegisters a BeanMapper for a specific bean classinterfaceRegisterBeanMappersinterfaceRegisterCollectorFactoryUsed to register a collector factory on the currentSqlStatementeither for a sql object type or for a method.interfaceRegisterColumnMapperRegisters a column mapper in the scope of a SQL Object type or method.interfaceRegisterColumnMapperFactoriesinterfaceRegisterColumnMapperFactoryRegisters a column mapper factory in the scope of a SQL Object type or method.interfaceRegisterColumnMappersinterfaceRegisterConstructorMapperRegisters a constructor mapper factory for the given type(s).interfaceRegisterConstructorMappersinterfaceRegisterFieldMapperRegister types to reflectively assign fields withFieldMapper.interfaceRegisterFieldMappersinterfaceRegisterJoinRowMapperUsed to register aJoinRowMapperfactory.interfaceRegisterObjectArgumentFactoriesinterfaceRegisterObjectArgumentFactoryRegisters an argument factory for a type compatible withPreparedStatement.setObject(int, Object).interfaceRegisterRowMapperRegister a row mapper in the context of a SQL Object type or method.interfaceRegisterRowMapperFactoriesinterfaceRegisterRowMapperFactoryRegisters a row mapper factory in the scope of a SQL Object type or method.interfaceRegisterRowMappersinterfaceUseEnumStrategyUse the specifiedEnumStrategyfor binding and mapping enum values.interfaceUseSqlParserUse the specifiedSqlParserclass to parse SQL for the annotated SQL object class or method.interfaceUseTemplateEngineUse the specifiedTemplateEngineclass to render SQL for the annotated SQL object class or method.interfaceValueColumnConfigures the column to use for map values, for SQL methods that returnMap, or Guava's Multimap. -
Uses of UseExtensionConfigurer in org.jdbi.v3.sqlobject.locator
Classes in org.jdbi.v3.sqlobject.locator with annotations of type UseExtensionConfigurer Modifier and Type Class Description interfaceUseAnnotationSqlLocatorConfigures SQL Object to use AnnotationSqlLocator (the default SqlLocator).interfaceUseClasspathSqlLocatorConfigures SQL Object to locate SQL using theClasspathSqlLocator.findSqlOnClasspath(Class, String)method. -
Uses of UseExtensionConfigurer in org.jdbi.v3.stringtemplate4
Classes in org.jdbi.v3.stringtemplate4 with annotations of type UseExtensionConfigurer Modifier and Type Class Description interfaceUseStringTemplateEngineConfigures a SQL object class or method to rewrite SQL statements using StringTemplate.interfaceUseStringTemplateSqlLocatorConfigures SQL Object to locate SQL using theStringTemplateSqlLocator.findStringTemplate(Class, String)method.
-