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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Antonio Gallardo

Field Summary
static String ROLE
           
 
Method Summary
 javax.jdo.PersistenceManager getPersistenceManager()
          Get a Persitence Manager.
 

Field Detail

ROLE

static final String ROLE
Method Detail

getPersistenceManager

javax.jdo.PersistenceManager getPersistenceManager()
Get a Persitence Manager.



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.