Uses of Interface
org.hibernate.mapping.SortableValue
-
Packages that use SortableValue Package Description org.hibernate.mapping -
-
Uses of SortableValue in org.hibernate.mapping
Classes in org.hibernate.mapping that implement SortableValue Modifier and Type Class Description class
Component
The mapping for a component, composite element, composite identifier, etc.class
DependantValue
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 many-to-one association mappingclass
OneToOne
A one-to-one association mappingclass
ToOne
A simple-point association (ie.
-