Uses of Class
org.hibernate.annotations.SortNatural
-
Packages that use SortNatural Package Description org.hibernate.cfg.annotations 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.cfg.annotations
Methods in org.hibernate.cfg.annotations with parameters of type SortNatural Modifier and Type Method Description void
CollectionBinder. 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 java.util.Set<java.lang.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 java.util.SortedMap<java.lang.String,java.lang.String>
EntityOfMaps. getSortedBasicByBasic()
java.util.SortedMap<java.lang.String,SimpleEntity>
EntityOfMaps. getSortedManyToManyByBasic()
-