Class DependantValue

java.lang.Object
org.hibernate.mapping.SimpleValue
org.hibernate.mapping.DependantValue
All Implemented Interfaces:
Serializable, KeyValue, Resolvable, SortableValue, Value

public class DependantValue extends SimpleValue implements Resolvable, SortableValue
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).
See Also: