-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: Hibernate and JDO
PostPosted: Thu Sep 22, 2005 7:15 pm 
Newbie

Joined: Thu Sep 22, 2005 7:09 pm
Posts: 14
I've heard from a couple of sources that Hibernate supports or will support JDO, but I can't find anything about this (either confirming or refuting it) anywhere on hibernate.org. Is this something that Hibernate has or is actively working towards?

I'm asking because I currently use a JDO2 implementation I'm looking to swap out. Obviously it'd be a lot easier to replace it with another JDO implementation than an entirely different ORM technology...

Alternatively, does anyone have any experience migrating from JDO to Hibernate (particularly from JDO2, since I'm using features not available in JDO1)?

Thanks,

L.

_________________
Laurie Harper
Open Source advocate, Java geek: http://www.holoweb.net/laurie
Founder, Zotech Software: http://www.zotechsoftware.com/


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 22, 2005 9:09 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 7:19 pm
Posts: 2364
Location: Brisbane, Australia
It is very very unlikely that you will see the hibernate team producing JDO2 implementation. If your looking for a standard then use EJB3 persistence of which Hibernate not only has an implementation, several members are on the standards commitee. The biggest issues will be differences in the query language(s). My view is that it would be worth the effort.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 24, 2005 12:55 am 
Newbie

Joined: Thu Sep 22, 2005 7:09 pm
Posts: 14
That's a shame. I take it EJB3 persistence isn't going to look anything like JDO then? I haven't looked at EJB3 at all. Can the persistence capabilities in EJB3 be applied to regular POJOs without having to go full-bore EJB?

L.

_________________
Laurie Harper
Open Source advocate, Java geek: http://www.holoweb.net/laurie
Founder, Zotech Software: http://www.zotechsoftware.com/


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 24, 2005 1:17 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 7:19 pm
Posts: 2364
Location: Brisbane, Australia
EJB3 Persistence (JSR220) can run outside of the container and is POJO based. All the major JDO vendors are writing JSR220 APIs into their products. Read the Hibernate Forum and the documentation should give a good overview.

http://www.hibernate.org/299.html


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.