Interface ObjectFactory

All Known Implementing Classes:
DefaultObjectFactory

public interface ObjectFactory
MyBatis uses an ObjectFactory to create all needed new Objects.
Author:
Clinton Begin