| |
|
| java.lang.Object guestbook.WebAppMgr
WebAppMgr | public class WebAppMgr (Code) | | This class handles JDO enhancement and PersistenceManager allocations.
|
Method Summary | |
public static void | enhanceAll() Ensures on the fly JDO enhancement of persistence capable classes. | public static PersistenceManager | getPersistenceManager(ServletContext context) Obtains a PersistenceManager instance. |
enhanceAll | public static void enhanceAll()(Code) | | Ensures on the fly JDO enhancement of persistence capable classes.
NOTE: NO PERSISTENCE CAPABLE CLASS IS MENTIONED IN THIS CLASS!
(otherwise classes might be loaded into JVM before enhancement).
|
getPersistenceManager | public static PersistenceManager getPersistenceManager(ServletContext context)(Code) | | Obtains a PersistenceManager instance.
|
|
|
|