| Username |
Date |
Message Topic |
|
clombart
|
January 22, 2001 04:47 PM |
Multi-table mapping |
Reply |
How is it possible to map a Dbobject to more
than one table. In this class, there is a
method to add a new field but there is no
argumet require for the table name.
Christophe Lombart
CRI Luxembourg |
| Michael Rimov |
January 18, 2001 06:47 PM |
Multi-table mapping |
Reply |
In DBObject, you can't do it directly, there's
a one-to-one mapping between a table and
a DBObject. A good example of a workaround
is the RegisterUser servlet. You'll see the
class write data to two different tables
with two different DB objects.
I haven't tried it, but maybe the MultiDB*
stuff may be of help to you.
HTH
-Mike |
| mnash |
January 17, 2001 06:47 PM |
New Release |
Reply |
| New release due out this weekend of DBobject
in CVS. |