Uses of Interface
org.hibernate.engine.spi.ExecutableList.Sorter
-
Packages that use ExecutableList.Sorter Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
-
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 instance with the given initial capacity andExecutableList.Sorter
.ExecutableList(ExecutableList.Sorter<E> sorter)
Creates a new instance using the givenExecutableList.Sorter
.
-