/[Apache-SVN]/incubator/jdo/trunk/api20/src/java/javax/jdo/PersistenceManager.java
ViewVC logotype

Diff of /incubator/jdo/trunk/api20/src/java/javax/jdo/PersistenceManager.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- incubator/jdo/trunk/api20/src/java/javax/jdo/PersistenceManager.java	2005/05/06 01:32:29	168488
+++ incubator/jdo/trunk/api20/src/java/javax/jdo/PersistenceManager.java	2005/05/06 01:41:13	168489
@@ -22,18 +22,12 @@
 package javax.jdo;
 
 import java.util.Collection;
-import java.util.Map;
-import java.util.Properties;
-import java.util.Comparator;
-import java.lang.Class;
 
-import javax.jdo.spi.StateInterrogation;
+import javax.jdo.datastore.JDOConnection;
+import javax.jdo.datastore.Sequence;
 
 import javax.jdo.listener.InstanceLifecycleListener;
 
-import javax.jdo.datastore.Sequence;
-import javax.jdo.datastore.JDOConnection;
-
 /** <code>PersistenceManager</code> is the primary interface for JDO-aware application
  * components.  It is the factory for <code>Query</code> and <code>Transaction</code> instances,
  * and contains methods to manage the life cycle of <code>PersistenceCapable</code>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26