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, 2.3.5 Environment: All platforms. Reporter: Mark Miller Priority: Minor Fix For: 2.3.5, 2.3.4 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.