Skip to main content



      Home
Home » Eclipse Projects » EclipseLink » EclipseLink vs Hibernate
EclipseLink vs Hibernate [message #385173] Thu, 08 January 2009 12:13 Go to next message
Eclipse UserFriend
Hi all,

We're in the process of evaluating whether to use EclipseLink as our JPA
provider for a green field project. We have lots of experience with
Hibernate so we're trying to see if the proprietary extensions offered by
Hibernate are matched by EclipseLink. So far, here's what we've gathered:

caching: yes
collection of elements: yes
criteria API: yes
indexed lists: NO
delete orphan cascade: NO

We couldn't find any corresponding feature in EclipseLink with regards to
indexed lists (Hibernate's @IndexColumn) and delete orphan cascade
(Hibernate's @Cascade(CascadeType.DELETE_ORPHAN)). The last extension
has been extremely important to us in the past and its absence from
EclipseLink could be a deal breaker.

Does anybody know if EclipseLink offers these two extensions, or something
similar?

Thanks,
GB
Re: EclipseLink vs Hibernate [message #385174 is a reply to message #385173] Thu, 08 January 2009 12:47 Go to previous message
Eclipse UserFriend
I have just found that EclipseLink offers "private-owned" collections that
seem to match the concept of orphan removal available in Hibernate. Good
stuff!

From http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/orde red_lists
I gather that there is nothing similar to @IndexColumn in EclipseLink, but
there will be in the JPA 2.0 version. Oh well, we can live without this
one.

Thanks all,
GB
Previous Topic:EclipseLink as alternative to Hibernate in Swing App
Next Topic:ddl-generation separator
Goto Forum:
  


Current Time: Fri Jul 25 13:33:31 EDT 2025

Powered by FUDForum. Page generated in 0.04216 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top