blob: 2baf92ce01e1c664038712e293066b02306534ca [file] [log] [blame]
package javax.jdo;
/**
* Mock class providing the declarations required to compile the Cocoon code when
* the actual library is not present.
*
* @version CVS $Id: PersistenceManagerFactory.java,v 1.1 2003/09/28 04:31:11 antonio Exp $
*/
import javax.jdo.PersistenceManager;
abstract public interface PersistenceManagerFactory {
public PersistenceManager getPersistenceManager();
}