| Package | Description |
|---|---|
| org.springframework.batch.item.database |
Infrastructure implementations of database based item readers and writers.
|
| org.springframework.batch.item.database.support |
| Modifier and Type | Method and Description |
|---|---|
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Order> |
PagingQueryProvider.getSortKeys()
The sort keys.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Order> |
AbstractSqlPagingQueryProvider.getSortKeys()
A Map
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SqlPagingQueryUtils.buildSortClause(Map<String,Order> sortKeys)
Generates ORDER BY attributes based on the sort keys.
|
void |
SqlPagingQueryProviderFactoryBean.setSortKeys(Map<String,Order> sortKeys) |
void |
AbstractSqlPagingQueryProvider.setSortKeys(Map<String,Order> sortKeys) |
Copyright © 2014 Pivotal. All rights reserved.