|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jorm.mapper.rdb.adapter.RdbAdapterFactory
This factory permits to create new instances of RdbAdapter.
Field Summary | |
static java.lang.String |
DATABASE_NAME_JDBC
This constant represents the data base name for a standard jdbc database |
Constructor Summary | |
RdbAdapterFactory()
|
Method Summary | |
static RdbAdapter |
getTypeConverter(java.lang.String dbn)
This first possibility permits to specify the name for which a RdbAdapter is needed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DATABASE_NAME_JDBC
Constructor Detail |
public RdbAdapterFactory()
Method Detail |
public static RdbAdapter getTypeConverter(java.lang.String dbn) throws PException
dbn
- : the data base name
PException
- : if the parameter is null or if no RdbAdapter
is associated to the name, a PException is throwing.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |