Uses of Enum Class
org.springframework.batch.item.database.Order
Package
Description
Infrastructure implementations of database based item readers and writers.
Builders for database item readers and writers.
Support classes for database specific semantics.
-
Uses of Order in org.springframework.batch.item.database
Modifier and TypeMethodDescriptionstatic Order
Returns the enum constant of this class with the specified name.static Order[]
Order.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPagingQueryProvider.getSortKeys()
The sort keys.PagingQueryProvider.getSortKeysWithoutAliases()
The sort key (unique single column name) without alias. -
Uses of Order in org.springframework.batch.item.database.builder
-
Uses of Order in org.springframework.batch.item.database.support
Modifier and TypeMethodDescriptionAbstractSqlPagingQueryProvider.getSortKeys()
A Map<String, Boolean> of sort columns as the key and boolean for ascending/descending (ascending = true).AbstractSqlPagingQueryProvider.getSortKeysWithoutAliases()
Modifier and TypeMethodDescriptionstatic String
SqlPagingQueryUtils.buildSortClause
(Map<String, Order> sortKeys) Generates ORDER BY attributes based on the sort keys.void
AbstractSqlPagingQueryProvider.setSortKeys
(Map<String, Order> sortKeys) void
SqlPagingQueryProviderFactoryBean.setSortKeys
(Map<String, Order> sortKeys)