Interface ResultObjectFactory


public interface ResultObjectFactory
iBATIS uses an implementation of this interface to create result objects after the execution of a statement. To use, specify your implementation class as the type for the "resultObjectFactory" element in the SqlMapConfig. Any implementation of this interface must have a public no argument constructor. Note that iBATIS makes use of this interface through the ResultObjectFactoryUtil class.
Author:
Jeff Butler