Show
Ignore:
Timestamp:
01/10/08 15:48:59 (1 year ago)
Author:
hans
Message:

Refs #509, #555, #375, #376 - Added new reloadOnInsert and reloadOnUpdate attributes to the schema; stopped the automatic rehydration of objects retrieved by the Peer (essentially reverting change made in [606] for #375 and #376).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.3/generator/resources/xsd/database.xsd

    r855 r908  
    364364                <xs:attribute name="description" type="xs:string"/> 
    365365                <xs:attribute name="treeMode" type="treemode" use="optional"/> 
     366                <xs:attribute name="reloadOnInsert" type="xs:boolean" default="false"/> 
     367                <xs:attribute name="reloadOnUpdate" type="xs:boolean" default="false"/> 
    366368        </xs:complexType> 
    367369