|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.persist.discussionboard.ConferenceDbPersister.Default
public static final class ConferenceDbPersister.Default
| Constructor Summary | |
|---|---|
ConferenceDbPersister.Default()
|
|
| Method Summary | |
|---|---|
static ConferenceDbPersister |
getInstance()
Returns the ConferenceDbPersister 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 ConferenceDbPersister.Default()
| Method Detail |
|---|
public static ConferenceDbPersister getInstance()
throws PersistenceException
ConferenceDbPersister instance associated with
the default instance of the database BbPersistenceManager.
BbPersistenceManager pm = PersistenceServiceFactory.getInstance().getDbPersistenceManager(); ConferenceDbPersister persister = (ConferenceDbPersister) pm.getPersister( ConferenceDbPersister.TYPE ) );
ConferenceDbPersister 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 | |||||||||