You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Carl Hall (JIRA)" <ji...@apache.org> on 2015/04/20 08:34:58 UTC

[jira] [Resolved] (DBUTILS-124) Introduce SPI to add more column, property handlers

     [ https://issues.apache.org/jira/browse/DBUTILS-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Hall resolved DBUTILS-124.
-------------------------------
    Resolution: Fixed

I committed the changes to use Java's service interfaces to load column handlers (getting data from the result set) and property handlers (munging data before setting the property in the bean).  I'll update the website with the release to show how these can be used.

> Introduce SPI to add more column, property handlers
> ---------------------------------------------------
>
>                 Key: DBUTILS-124
>                 URL: https://issues.apache.org/jira/browse/DBUTILS-124
>             Project: Commons DbUtils
>          Issue Type: New Feature
>            Reporter: Carl Hall
>            Assignee: Carl Hall
>
> The column types and property types handled by {{BeanProcessor}} are hard coded to the processor.  We already use a common return type, so we could add a services approach using the spi built into the jdk.  This should also allow other types to be handled outside of {{commons-dbutils}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)