BATCH-1749: Updated for sorts to be more intuitive

This commit is contained in:
Michael Minella
2012-11-05 10:29:15 -06:00
parent 12d9918289
commit 1cf9573679
33 changed files with 232 additions and 470 deletions

View File

@@ -18,7 +18,7 @@
<property name="dataSource" ref="dataSource" />
<property name="sortKeys">
<map>
<entry key="id" value="true"/>
<entry key="id" value="ASCENDING"/>
</map>
</property>
<!-- Intentionally put sort key second in the query list as a test -->

View File

@@ -46,7 +46,7 @@
<property name="selectClause" value="ID,NAME,CREDIT"/>
<property name="sortKeys">
<map>
<entry key="ID" value="true"/>
<entry key="ID" value="ASCENDING"/>
</map>
</property>
<property name="whereClause" value="ID &gt;= :minId and ID &lt;= :maxId"/>