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

2009-05-11 Thread Stefan Gmeiner (JIRA)
which derives from 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/brows

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

2009-05-01 Thread Mark Miller (JIRA)
nally we did this using the row handler, but this doesn't take into account objects 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 m

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

2009-05-01 Thread Kai Grabfelder (JIRA)
new 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 po

[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

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 > capabili

Object post processor feature request.

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