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