Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: <now-timestamp> final draft

...

Section
Column
width20%
<now-timestamp>
Column
Creates a java.sql.Timestamp object that is set to the current system time.
Code Block
xml
xml
<now-timestamp field="fooDate" />
Attributes

Name

Type

Requirements

Description

field

expression

optionalrequired

The name of the field to set, the target of the assignment


Noteinfo
titleProposed ChangesDraft Status

Final draft

Currently, the field attribute is optional. Require the attribute

.


Section
Column
width20%
<order-by>

Child element of <order-map-list>

Column
Defines a map key to sort on.
Code Block
xml
xml
<order-map-list list="fooList">
    <order-by field="fooKey" />
</order-map-list>

Attributes

field

optional

The name of the key to sort on


...