Class ElComparatorNoop<T>

java.lang.Object
io.ebeaninternal.server.el.ElComparatorNoop<T>
All Implemented Interfaces:
ElComparator<T>, Serializable, Comparator<T>

public final class ElComparatorNoop<T> extends Object implements ElComparator<T>
Comparator with no operation for unsortable properties.
Author:
Roland Praml, FOCONIS AG
See Also:
  • Constructor Details

    • ElComparatorNoop

      public ElComparatorNoop()
  • Method Details