Package org.hibernate.mapping

Interface KeyValue

All Superinterfaces:
Serializable,Value
All Known Implementing Classes:
Any,Any.KeyValue,Any.MetaValue,BasicValue,Component,DependantBasicValue,DependantValue,ManyToOne,OneToOne,SimpleValue,ToOne

public interfaceKeyValueextendsValue
A mapping modelValue which may be treated as an identifying key of a relational database table. AKeyValue might represent the primary key of an entity or the foreign key of a collection, join table, secondary table, or joined subclass table.