Uses of Annotation Type
org.jdbi.v3.sqlobject.config.ConfiguringAnnotation
Packages that use ConfiguringAnnotation
Package
Description
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.-
Uses of ConfiguringAnnotation in org.jdbi.v3.sqlobject.config
Classes in org.jdbi.v3.sqlobject.config with annotations of type ConfiguringAnnotationModifier and TypeClassDescriptioninterfaceConfigures the column to use for map keys, for SQL methods that returnMap, or Guava's Multimap.interfaceinterfaceUsed to register an argument factory with either a sql object type or for a specific method.interfaceRegisters a BeanMapper for a specific bean classinterfaceinterfaceUsed to register a collector factory on the currentSqlStatementeither for a sql object type or for a method.interfaceRegisters a column mapper in the scope of a SQL Object type or method.interfaceinterfaceRegisters a column mapper factory in the scope of a SQL Object type or method.interfaceinterfaceRegisters a constructor mapper factory for the given type(s).interfaceinterfaceRegister types to reflectively assign fields withFieldMapper.interfaceinterfaceUsed to register aJoinRowMapperfactory.interfaceinterfaceRegisters an argument factory for a type compatible withPreparedStatement.setObject(int, Object).interfaceRegister a row mapper in the context of a SQL Object type or method.interfaceinterfaceRegisters a row mapper factory in the scope of a SQL Object type or method.interfaceinterfaceUse the specifiedEnumStrategyfor binding and mapping enum values.interfaceUse the specifiedSqlParserclass to parse SQL for the annotated SQL object class or method.interfaceUse the specifiedTemplateEngineclass to render SQL for the annotated SQL object class or method.interfaceConfigures the column to use for map values, for SQL methods that returnMap, or Guava's Multimap. -
Uses of ConfiguringAnnotation in org.jdbi.v3.sqlobject.locator
Classes in org.jdbi.v3.sqlobject.locator with annotations of type ConfiguringAnnotationModifier and TypeClassDescriptioninterfaceConfigures SQL Object to use AnnotationSqlLocator (the default SqlLocator).interfaceConfigures SQL Object to locate SQL using theClasspathSqlLocator.findSqlOnClasspath(Class, String)method.