Uses of Package
org.jdbi.v3.sqlobject.config
-
Packages that use org.jdbi.v3.sqlobject.config 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 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.locator.internal -
Classes in org.jdbi.v3.sqlobject.config used by org.jdbi.v3.sqlobject.config Class Description Configurer ConfiguresConfigRegistryinstances to satisfy the contract of aConfiguringAnnotation-annotated annotation.ConfiguringAnnotation Annotation used to modify configuration in the context of a SQL object or method.RegisterArgumentFactory Used to register an argument factory with either a sql object type or for a specific method.RegisterBeanMapper Registers a BeanMapper for a specific bean classRegisterColumnMapper Registers a column mapper in the scope of a SQL Object type or method.RegisterColumnMapperFactory Registers a column mapper factory in the scope of a SQL Object type or method.RegisterConstructorMapper Registers a constructor mapper factory for the given type(s).RegisterFieldMapper Register types to reflectively assign fields withFieldMapper.RegisterObjectArgumentFactory Registers an argument factory for a type compatible withPreparedStatement.setObject(int, Object).RegisterRowMapper Register a row mapper in the context of a SQL Object type or method.RegisterRowMapperFactory Registers a row mapper factory in the scope of a SQL Object type or method. -
Classes in org.jdbi.v3.sqlobject.config used by org.jdbi.v3.sqlobject.config.internal Class Description Configurer ConfiguresConfigRegistryinstances to satisfy the contract of aConfiguringAnnotation-annotated annotation. -
Classes in org.jdbi.v3.sqlobject.config used by org.jdbi.v3.sqlobject.locator Class Description ConfiguringAnnotation Annotation used to modify configuration in the context of a SQL object or method. -
Classes in org.jdbi.v3.sqlobject.config used by org.jdbi.v3.sqlobject.locator.internal Class Description Configurer ConfiguresConfigRegistryinstances to satisfy the contract of aConfiguringAnnotation-annotated annotation.