[ https://issues.apache.org/jira/browse/IBATIS-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704926#action_12704926 ]
Kai Grabfelder commented on IBATIS-594: --------------------------------------- so value objects implementing the 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 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 Versions: 2.3.4 > Environment: All platforms. > Reporter: Mark Miller > Priority: Minor > Attachments: postprocessor.patch > > > add object post processing capabilities to iBatis after objects have been > populated from the recordset. > We have found the need to set fields within business objects after they have > been read from a database using iBatis. Up until now we have been using the > row handler callback, however, when using iBatis lazy loading, this does no > longer suffice. > To counter this we have added an interface to the iBatis package to allow for > any implementors to be called after the object has been created and populated. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.