public interface PersistentObjectFactory extends Cloneable(Code)
Persistent Object Factory interface.
Created instances have to be either compound or not
and may not be mixed. Used when retrieving
one row from ResultSet: new instance of persistent object gets
created using PersistentObjectFactory.
author: Gennady Krizhevsky