Changes between Version 15 and Version 16 of ebXMLPersistenceLayer


Ignore:
Timestamp:
Dec 2, 2008, 4:11:41 AM (15 years ago)
Author:
erikvaningen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ebXMLPersistenceLayer

    v15 v16  
    5252=== ID generator ===
    5353The Identifiable class is the superclass for a lot of classes. It had as a generator this definition:
    54 ''<generator class="native"/>''''''''
     54''<generator class="native"/>''
    5555Probably this has been taken from the book or reference documentation. The Hibernate forum tells that is should be
    56 '''<generator class="sequence" />'''''''        for the chosen inheritance strategy (Table per concrete class with unions).
     56''<generator class="sequence"/>''       for the chosen inheritance strategy (Table per concrete class with unions).
    5757