Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.databases > #305
| From | "David Lee Lambert" <david.lee.lambert@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: o/r mapper comparison |
| Message-ID | <24ad3bb0-00c3-45b0-9b26-4f1cd2478e1c@m3g2000hsc.googlegroups.com> (permalink) |
| Newsgroups | comp.lang.java.databases |
| References | <48f6752c$0$90267$14726298@news.sunsite.dk> |
| Date | 2011-04-27 15:22 +0000 |
| Organization | TDS.net |
To: comp.lang.java.databases On Oct 15, 6:56=A0pm, Arne Vajh=F8j <a...@vajhoej.dk> wrote: > Stephan Schmidt wrote: > > so far, I'm looking for an overview of different O/R-mappers for Java. = There > > seems to be lot out there (hibernate, toplink, eclipseLink, etc), but > > I'ven't found any comparison yet. > > http://www.javaworld.com/javaworld/jw-07-2008/jw-07-orm-comparison.html > > compares 3. Actually that article just compares iBATIS and Hibernate, and it doesn't do a very good job. Hibernate implements JPA. I've maintained several different projects that use it. I've also tried to use it for some new projects, without success yet. I've never touched a project that used Hibernate's JPA support; they've all used the native Hibernate API. TopLink and eclipseLink seem to be two different forks of the same project, both based on an old Oracle-specific "TopLink" product. They both implement JPA. If you can express everything you need to in JPA, I imagine it would be good to use that and then have the flexibility to switch between Hibernate or TopLink depending on which performs better; but I've never written code that could do that. -- DLL --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.databases | Previous | Next — Previous in thread | Next in thread | Find similar
o/r mapper comparison "Stephan Schmidt" <stephan.schmidt@THRWHITE.remove-dii-this> - 2011-04-27 15:22 +0000
Re: o/r mapper comparison "=?ISO-8859-1?Q?Arne_Vajh=" <=?iso-8859-1?q?arne_vajh=@THRWHITE.remove-dii-this> - 2011-04-27 15:22 +0000
Re: o/r mapper comparison "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:22 +0000
Re: o/r mapper comparison "=?UTF-8?B?QXJuZSBWYWpow7h" <=?utf-8?b?qxjuzsbwywpow7h@THRWHITE.remove-dii-this> - 2011-04-27 15:22 +0000
Re: o/r mapper comparison "David Lee Lambert" <david.lee.lambert@THRWHITE.remove-dii-this> - 2011-04-27 15:22 +0000
Re: o/r mapper comparison "=?ISO-8859-1?Q?Arne_Vajh=" <=?iso-8859-1?q?arne_vajh=@THRWHITE.remove-dii-this> - 2011-04-27 15:23 +0000
csiph-web