Uses of Enum Class
org.springframework.batch.infrastructure.item.database.Order
Packages that use 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.infrastructure.item.database
Methods in org.springframework.batch.infrastructure.item.database that return OrderModifier 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.Methods in org.springframework.batch.infrastructure.item.database that return types with arguments of type OrderModifier and TypeMethodDescriptionPagingQueryProvider.getSortKeys()
The sort keys.PagingQueryProvider.getSortKeysWithoutAliases()
The sort key (unique single column name) without alias. -
Uses of Order in org.springframework.batch.infrastructure.item.database.builder
Fields in org.springframework.batch.infrastructure.item.database.builder with type parameters of type OrderMethod parameters in org.springframework.batch.infrastructure.item.database.builder with type arguments of type Order -
Uses of Order in org.springframework.batch.infrastructure.item.database.support
Methods in org.springframework.batch.infrastructure.item.database.support that return types with arguments of type OrderModifier and TypeMethodDescriptionAbstractSqlPagingQueryProvider.getSortKeys()
A Map<String, Boolean> of sort columns as the key and boolean for ascending/descending (ascending = true).AbstractSqlPagingQueryProvider.getSortKeysWithoutAliases()
Method parameters in org.springframework.batch.infrastructure.item.database.support with type arguments of type OrderModifier 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)