Uses of Class
org.hibernate.annotations.SortNatural
-
Packages that use SortNatural Package Description org.hibernate.boot.model.internal org.hibernate.testing.orm.domain.animal Standard model for Hibernate's legacy Animal model used in HQL testingorg.hibernate.testing.orm.domain.gambit -
-
Uses of SortNatural in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type SortNatural Modifier and Type Method Description voidCollectionBinder. setNaturalSort(SortNatural naturalSort) -
Uses of SortNatural in org.hibernate.testing.orm.domain.animal
Methods in org.hibernate.testing.orm.domain.animal with annotations of type SortNatural Modifier and Type Method Description Set<String>Human. getNickNames() -
Uses of SortNatural in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit with annotations of type SortNatural Modifier and Type Method Description SortedMap<String,String>EntityOfMaps. getSortedBasicByBasic()SortedMap<String,SimpleEntity>EntityOfMaps. getSortedManyToManyByBasic()
-