[ 
https://issues.apache.org/jira/browse/DBUTILS-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13438268#comment-13438268
 ] 

Moandji Ezana commented on DBUTILS-99:
--------------------------------------

I use constructor injection with Guice as well. Why can't you just do:

public MyClass(QueryRunner queryRunner)

Unit tests could still inject whatever instance they like.

Maybe I'm missing your point. What would the factory's API be?
                
> Create QueryRunner Factory
> --------------------------
>
>                 Key: DBUTILS-99
>                 URL: https://issues.apache.org/jira/browse/DBUTILS-99
>             Project: Commons DbUtils
>          Issue Type: Improvement
>    Affects Versions: 1.5
>            Reporter: William R. Speirs
>            Assignee: William R. Speirs
>            Priority: Minor
>
> Currently there is no good way to use dependency injection with QueryRunners. 
> Creating a simple factory class to allow for easy injection (and therefore 
> easier unit test creation) should solve this problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to