org.apache.cocoon.ojb.jdo.components
Interface JDO
- All Superinterfaces:
- Component
- All Known Implementing Classes:
- JDOImpl
- public interface JDO
- extends Component
Interface of the JDO Persistent Manager Factory.
It is used to get the Persistence Manager to interact with JDO using OJB
- Version:
- CVS $Id: JDO.java 155367 2005-02-25 20:22:13Z vgritsenko $
- Author:
- Antonio Gallardo
ROLE
public static final String ROLE
getPersistenceManager
public javax.jdo.PersistenceManager getPersistenceManager()
- Get a Persitence Manager.
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.