Results 1 to 1 of 1
-
JDO - getting a PersistenceManagerFactory
The code snippet shows how to get a PersistenceManagerFactory.
Java Code:// set some properties for the JDO implementation and data store Properties props = new Properties(); props.put(...); // get a PersistenceManagerFactory PersistenceManagerFactory pmf = JDOHelper.getPersistenceManagerFactory(props);
Similar Threads
-
Using PersistenceManager and PersistenceManagerFactory
By Java Tip in forum Java TipReplies: 0Last Post: 01-11-2008, 09:26 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks