Changes between Version 7 and Version 8 of ebXMLPersistenceLayer


Ignore:
Timestamp:
Aug 5, 2008, 4:16:23 AM (16 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ebXMLPersistenceLayer

    v7 v8  
    4242The following classes are represented as Custom Types in the Hibernate mapping:
    4343
    44  * !InternationalString
    45  * !VersionInfo
     44 * Duration
    4645
    47 TODO finish
     46This class represens the xsd:duration type in Java. The source was taken from the Axis project. This class is mapped using a custom Hibernate type that will map an instance to a SQL STRING type using its toString() and Duration(String) methods. So in the database the duration will be stored in the !PnYnMnDTnHnMnS format.
     47