Uses of Interface
org.hibernate.engine.spi.ExecutableList.Sorter
-
Packages that use ExecutableList.Sorter Package Description org.hibernate.engine.spi -
-
Uses of ExecutableList.Sorter in org.hibernate.engine.spi
Constructors in org.hibernate.engine.spi with parameters of type ExecutableList.Sorter Constructor Description ExecutableList(int initialCapacity, ExecutableList.Sorter<E> sorter)
Creates a new ExecutableList with the specified initialCapacity and Sorter.ExecutableList(ExecutableList.Sorter<E> sorter)
Creates a new ExecutableList using the specified Sorter.
-