[jira] Commented: (IBATIS-594) Object post processor feature request.

2009-05-11 Thread Stefan Gmeiner (JIRA)
DefaultRowHandler. In this case the custom handler is not used for the subsequent result sets. Object post processor feature request. -- Key: IBATIS-594 URL: https://issues.apache.org/jira/browse/IBATIS-594 Project: iBatis

[jira] Commented: (IBATIS-594) Object post processor feature request.

2009-05-01 Thread Kai Grabfelder (JIRA)
interface would called after beeing instanziated. And what kind of action would you do in the implementation of postProcessCallback(Object[] results). Maybe I'll understand the need for this change better if you attach a new unit test that is using the new functionality. Object post processor feature

[jira] Commented: (IBATIS-594) Object post processor feature request.

2009-05-01 Thread Mark Miller (JIRA)
instantiated through iBatis lazy loading. The Object[] results argument is not necessary for our case, however I thought that if it was included (doesn't cost anything) it might make the call back useful in other situations. Mark Object post processor feature request

[jira] Created: (IBATIS-594) Object post processor feature request.

2009-04-28 Thread Mark Miller (JIRA)
Object post processor feature request. -- Key: IBATIS-594 URL: https://issues.apache.org/jira/browse/IBATIS-594 Project: iBatis for Java Issue Type: Improvement Components: DAO Affects

Object post processor feature request.

2009-04-27 Thread Mark Miller
in context: http://www.nabble.com/Object-post-processor-feature-request.-tp23250996p23250996.html Sent from the iBATIS - Dev mailing list archive at Nabble.com.

Re: Object post processor feature request.

2009-04-27 Thread Kai Grabfelder
Please create a jira issue including a patch against the current ibatis trunk. We'll then have a look into it. cheers Kai --- Original Nachricht --- Absender: Mark Miller Datum: 27.04.2009 08:48 Hello there, I was wondering if it would be possible to add object post processing