You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2010/09/22 19:57:32 UTC

[Db-derby Wiki] Update of "HibernateHelp" by DonaldWhytock

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The "HibernateHelp" page has been changed by DonaldWhytock.
http://wiki.apache.org/db-derby/HibernateHelp?action=diff&rev1=13&rev2=14

--------------------------------------------------

  [[http://www.hibernate.org/|Hibernate]] is a persistence layer for SQL databases. Many Derby users have reported both success and failure using it. This Wiki page hopes to bring together everyone's experience -- feel free to edit this page.
  
- 
  = What Works =
- 
-  * [[http://mail-archives.apache.org/mod_mbox/db-derby-user/200509.mbox/%3c432F6BDA.8010605@CharlieKelly.com%3e|Hibernate + Derby + Eclipse]] make a great GUI.
+  * [[http://mail-archives.apache.org/mod_mbox/db-derby-user/200509.mbox/<43...@CharlieKelly.com>|Hibernate + Derby + Eclipse]] make a great GUI.
   * [[http://www-128.ibm.com/developerworks/web/library/wa-spring2/|Spring + Hibernate + Derby]] -- !DeveloperWorks article on integrating Spring and Hibernate that uses Derby as it's data source. Includes source code for the sample application.
   * DatabaseManager -- Recipe for a very simple class to manage Hibernate running on top of Derby.
   * [[https://sourceforge.net/projects/sch-fundraiser|Scripts Fundraising Manager]] -- a small application that uses Hibernate on top of Derby (and the DatabaseManager).
  
-  * As of Hibernate 3.1.2, Hibernate uses TableHiLoGenerator as the "native" generator instead of IdentityGenerator.  I've documented this in this JIRA on Hiberate:  [[http://opensource.atlassian.com/projects/hibernate/browse/HHH-1915|HHH-1915]] and for derby: [[https://issues.apache.org/jira/browse/DERBY-1518|DERBY-1518]]
+  * As of Hibernate 3.1.2, Hibernate uses TableHiLoGenerator as the "native" generator instead of IdentityGenerator. I've documented this in this JIRA on Hiberate: [[http://opensource.atlassian.com/projects/hibernate/browse/HHH-1915|HHH-1915]] and for derby: [[https://issues.apache.org/jira/browse/DERBY-1518|DERBY-1518]]
  
-  * [[http://www.javaddicts.net/blog/index.php/2005/04/22/working-with-derby-and-hibernate/|Working with Derby and Hibernate]] shows how to get started.
+  * [[http://m0smith.freeshell.org/2006/12/javaddicts-blog-archive-working-with.html|Working with Derby and Hibernate]] shows how to get started.
+ 
+  * Hibernate's Derby dialect: [[http://docs.jboss.org/hibernate/stable/core/api/org/hibernate/dialect/DerbyDialect.html|org.hibernate.dialect.DerbyDialect]]
  
  = What Does NOT Work =
- 
  When you add a problem to the list below, please be sure to include the Hibernate version.
  
-  * [[http://forum.hibernate.org/viewtopic.php?t=946920&highlight=derby|Hibernate Annotations]]  do not work because Derby does not allow a unique column to be nullable. '''Version''': hibernate-3.1beta1 and hibernate-annotations-3.1beta4
+  * [[http://forum.hibernate.org/viewtopic.php?t=946920&highlight=derby|Hibernate Annotations]] do not work because Derby does not allow a unique column to be nullable. '''Version''': hibernate-3.1beta1 and hibernate-annotations-3.1beta4
  
   * The 'Create Schema' tool generates "bit" types, which derby does not recognize (Hibernate 3.0.5)