|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.store.rdbms.mapping.RDBMSMappingFactory
public final class RDBMSMappingFactory
Factory class for creating Mapping instances
| Method Summary | |
|---|---|
static DatastoreMapping |
createMapping(java.lang.Class mappingClass,
JavaTypeMapping mapping,
StoreManager storeMgr,
DatastoreField column)
Get a new instance of the Mapping using the Store Manager, type and field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DatastoreMapping createMapping(java.lang.Class mappingClass,
JavaTypeMapping mapping,
StoreManager storeMgr,
DatastoreField column)
mappingClass - the Mapping class to be createdmapping - The java mapping typestoreMgr - The Store Managercolumn - The column to map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||