Changes between Version 14 and Version 15 of ebXMLPersistenceLayer
- Timestamp:
- 12/02/08 04:11:02 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ebXMLPersistenceLayer
v14 v15 52 52 === ID generator === 53 53 The 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"/>'''''''' 55 55 Probably 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). 57 57