Interface KeyValue

  • All Superinterfaces:
    java.io.Serializable, Value
    All Known Implementing Classes:
    Any, Component, DependantValue, ManyToOne, OneToOne, SimpleValue, ToOne

    public interface KeyValue
    extends Value
    Represents an identifying key of a table: the value for primary key of an entity, or a foreign key of a collection or join table or joined subclass table.