Class StringSortStatementFormatter

  • All Implemented Interfaces:
    SortStatementFormatter

    public class StringSortStatementFormatter
    extends java.lang.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.