| JDOConfigListener | Title:JDOConfigListener
Keywords: persistencemanagerfactory, jdoconfig.xml Assertion IDs: A11.1-40 Assertion Description: Properties whose key begins with the prefix "javax.jdo.listener.InstanceLifecycleListener." have special treatment. |
code | html |
| Jdoconfig | Title:Close of PersistenceManagerFactory
Keywords: persistencemanagerfactory, jdoconfig.xml Assertion IDs: A11.1.2-1 Assertion Description: Users can access a PersistenceManagerFactory by creating a jdoconfig.xml file and making it available on the class path as META-INF/jdoconfig.xml. |
code | html |
| Persistence | Title:Close of PersistenceManagerFactory
Keywords: persistencemanagerfactory, jdoconfig.xml Assertion IDs: A8.7-1 Assertion Description: The application provides a resource named META-INF/persistence.xml and optionally META-INF/services/javax.persistence.EntityManagerFactory which contain configuration information |
code | html |
| StoreListener | A StoreLivecycleListener implementation that provides a public no-args constructor that may be invoked by a JDO implementation, but NO getInstance() method. | code | html |
| StoreListenerGetInstance | A StoreLifecycleListener implementation that provides a getInstance() method that may be invoked by a JDO implementation. | code | html |