Re: What do you think about JDO?

From: Adam Jenkins (adam_at_remove.thejenkins.me.org)
Date: 01/30/04


Date: Fri, 30 Jan 2004 11:35:42 -0500

Gerbrand van Dieijen wrote:
> On Wed, 28 Jan 2004 11:59:15 -0500, Adam Jenkins wrote:
>
>
>>One problem I saw with JDO compared to Hibernate last time I checked, is
>>that JDO has no standard way to map objects to an existing database
>>schema. It insists on creating its own schema.
... SNIP ...
>
>
> No, this this depends on the implementation of JDO.
> Most commercial implementations (like JDOGenie, the product I use) allow
> mapping to existing tables as well.

That's why I said no *standard* way. Since it's such an obvious
omission, most JDO vendors have implemented some non-standard way to do
it, but then you're locked into that vendor's JDO implementation.



Relevant Pages

  • Re: What do you think about JDO?
    ... but then you're locked into that vendor's JDO implementation. ... Now there is no standard, ... JDO may not be specifically for SQL databases, ... I'm not the only one who thinks the lack of a standard JDO-SQL mapping ...
    (comp.lang.java.programmer)
  • Re: Hibernate vs. JDO? Any pointers to a comparison?
    ... Indeed JDO is a "follow up standard for ODMG", ... A specification for transparent persistence without solving declarative ... Client 2 modifies all triangle sides to green and commits it's transaction. ...
    (comp.lang.java.databases)
  • Re: What do you think about JDO?
    ... most JDO vendors have implemented some non-standard way to do ... but then you're locked into that vendor's JDO implementation. ... Now there is no standard, ... SQL-database is non-standard, so you can't just copy your files from one ...
    (comp.lang.java.programmer)
  • Re: What do you think about JDO?
    ... >that JDO has no standard way to map objects to an existing database ... It insists on creating its own schema. ... >application and all access to the database will be through JDO, ...
    (comp.lang.java.programmer)