Changes between Version 14 and Version 15 of ebXMLPersistenceLayer


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ebXMLPersistenceLayer

    v14 v15  
    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