Package org.hibernate.engine.spi
Interface ExecutableList.Sorter<E extends Executable>
-
- Type Parameters:
E
-
- Enclosing class:
- ExecutableList<E extends Executable & Comparable<? super E> & Serializable>
public static interface ExecutableList.Sorter<E extends Executable>
Provides a sorting interface forExecutableList
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sort(List<E> l)
Sorts the list.
-