|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.castor.persist.PersistenceFactoryRegistry
public final class PersistenceFactoryRegistry
Registry for PersistenceFactory implementations
obtained from the Castor properties file and used by the
JDO database configuration file.
| Method Summary | |
|---|---|
static String[] |
getFactoryNames()
Returns the names of all the configured persistence factories. |
static PersistenceFactory |
getPersistenceFactory(String name)
Returns a persistence factory with the specified name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PersistenceFactory getPersistenceFactory(String name)
name - The factory name
PersistenceFactory object, null
if no factory with this name existspublic static String[] getFactoryNames()
getPersistenceFactory(java.lang.String).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||