com.ds.fw.database
Class FwEntityBeanFactory
java.lang.Object
|
+--com.ds.fw.types.FwSimpleObject
|
+--com.ds.fw.database.FwEntityBeanFactory
- All Implemented Interfaces:
- java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable
- public class FwEntityBeanFactory
- extends FwSimpleObject
- See Also:
- Serialized Form
|
Method Summary |
static com.ds.fw.database.FwDBObject |
getDBObject(java.lang.Object obj)
get DB Object
genetare tablename,
generate relationship beetwen
class fields names and
names of column in table |
static com.ds.fw.database.FwDBObject |
getDBObject(java.lang.Object obj,
java.lang.String tableName)
get DB Object by given tablename and
generate relationship beetwen
class fields names and
names of column in table |
static com.ds.fw.database.FwDBObject |
getDBObject(java.lang.Object obj,
java.lang.String tableName,
java.util.Hashtable names)
get DB Object by given tablename and
class fields names and names of column in table |
| Methods inherited from class com.ds.fw.types.FwSimpleObject |
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, printStackTrace, toString, toStringValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FwEntityBeanFactory
protected FwEntityBeanFactory()
- Creates new DBObjectFactory
Not used.
getDBObject
public static com.ds.fw.database.FwDBObject getDBObject(java.lang.Object obj)
throws java.lang.Exception
- get DB Object
genetare tablename,
generate relationship beetwen
class fields names and
names of column in table
java.lang.Exception
getDBObject
public static com.ds.fw.database.FwDBObject getDBObject(java.lang.Object obj,
java.lang.String tableName)
throws java.lang.Exception
- get DB Object by given tablename and
generate relationship beetwen
class fields names and
names of column in table
java.lang.Exception
getDBObject
public static com.ds.fw.database.FwDBObject getDBObject(java.lang.Object obj,
java.lang.String tableName,
java.util.Hashtable names)
throws java.lang.Exception
- get DB Object by given tablename and
class fields names and names of column in table
java.lang.Exception