Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Attributes

field

optional

The name of the field


Info
titleProposed Changes
  • Currently, the field attribute is optional. Require the attribute.
  • Deprecate and replace with UEL expression.
Section
Column
width20%
<now-
timestamp-to-env>
timestamp>
Column
Creates a java.sql.Timestamp object that is set to the current system time.
Code Block
xml
xml
<now-timestamp-to-env field="fooDate" />

Attributes

field

optional

The name of the field


Info
titleProposed Changes
  • Currently, the field attribute is optional. Require the attribute.Deprecate and replace with UEL expression.
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


...