Generate tables with Castor JDO ? -
09-21-2004
, 02:06 AM
Hi,
I'm using Castor JDO and I have a problem with the tables and
databases that it uses. Before any attempt to store or retrieve an
object to/from a table is made, those tables and the database must
exist. Isn't there a way to make Castor generate these tables if they
don't exist ? (by using the database.xml file or the mapping file
somehow).
Thanks. |