Uses of Interface
org.hibernate.mapping.SortableValue
-
Packages that use SortableValue Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of SortableValue in org.hibernate.mapping
Classes in org.hibernate.mapping that implement SortableValue Modifier and Type Class Description class
Component
A mapping model object that represents an embeddable class.class
DependantValue
A mapping model object representing a value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).class
ManyToOne
A mapping model object representing a many-to-one association.class
OneToOne
A mapping model object representing a many-to-one association.class
ToOne
A mapping model object representing an association where the target side has cardinality one.
-