Uses of Interface
org.jdbi.v3.sqlobject.config.Configurer
-
Packages that use Configurer Package Description 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.config.internal org.jdbi.v3.sqlobject.locator.internal -
-
Uses of Configurer in org.jdbi.v3.sqlobject.config
Methods in org.jdbi.v3.sqlobject.config that return types with arguments of type Configurer Modifier and Type Method Description Class<? extends Configurer>value()AConfigurertype, which will be used to configureConfigRegistryinstances. -
Uses of Configurer in org.jdbi.v3.sqlobject.config.internal
Classes in org.jdbi.v3.sqlobject.config.internal that implement Configurer Modifier and Type Class Description classKeyColumnImplclassRegisterArgumentFactoriesImplclassRegisterArgumentFactoryImplclassRegisterBeanMapperImplclassRegisterBeanMappersImplclassRegisterCollectorFactoryImplclassRegisterColumnMapperFactoriesImplclassRegisterColumnMapperFactoryImplclassRegisterColumnMapperImplclassRegisterColumnMappersImplclassRegisterConstructorMapperImplclassRegisterConstructorMappersImplclassRegisterFieldMapperImplclassRegisterFieldMappersImplclassRegisterJoinRowMapperImplclassRegisterObjectArgumentFactoriesImplclassRegisterObjectArgumentFactoryImplclassRegisterRowMapperFactoriesImplclassRegisterRowMapperFactoryImplclassRegisterRowMapperImplclassRegisterRowMappersImplclassUseEnumStrategyImplclassUseSqlParserImplclassUseTemplateEngineImplclassValueColumnImpl -
Uses of Configurer in org.jdbi.v3.sqlobject.locator.internal
Classes in org.jdbi.v3.sqlobject.locator.internal that implement Configurer Modifier and Type Class Description classUseAnnotationSqlLocatorImplclassUseClasspathSqlLocatorImpl
-