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 2006/07/17 01:03:36 UTC

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

Dear Wiki user,

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

The following page has been changed by BrianBonner:
http://wiki.apache.org/db-derby/HibernateHelp

The comment on the change is:
NativeGenerator

------------------------------------------------------------------------------
   * [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 hibierate:  [http://opensource.atlassian.com/projects/hibernate/browse/HHH-1915 HHH-1915] and for derby: [https://issues.apache.org/jira/browse/DERBY-1518 DERBY-1518]
  
  = What Does NOT Work =