Class StringSortStatementFormatter

java.lang.Object
de.hybris.platform.cms2.cmsitems.service.impl.StringSortStatementFormatter
All Implemented Interfaces:
SortStatementFormatter

public class StringSortStatementFormatter extends Object implements SortStatementFormatter
Attributes of type String are sorted by comparing the strings using their lower case representation. This makes the sorting case non-sensitive.