|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.persist.discussionboard.ForumDbPersister.Default
public static final class ForumDbPersister.Default
| Constructor Summary | |
|---|---|
ForumDbPersister.Default()
|
|
| Method Summary | |
|---|---|
static ForumDbPersister |
getInstance()
Returns the ForumDbPersister instance associated with
the default instance of the database BbPersistenceManager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForumDbPersister.Default()
| Method Detail |
|---|
public static ForumDbPersister getInstance()
throws PersistenceException
ForumDbPersister instance associated with
the default instance of the database BbPersistenceManager.
BbPersistenceManager pm = BbServiceManager.getPersistenceService().getDbPersistenceManager(); ForumDbPersister persister = (ForumDbPersister) pm.getPersister( ForumDbPersister.TYPE ) );
ForumDbPersister instance associated with
the default database persistence manager
PersistenceException - if an error occurs when trying to retrieve
the CalendarEntryDbPersister instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||