类 EntityUniqueKey

  • 所有已实现的接口:
    Serializable

    public class EntityUniqueKey
    extends Object
    implements Serializable
    Used to uniquely key an entity instance in relation to a particular session by some unique property reference, as opposed to identifier.

    Uniqueing information consists of the entity-name, the referenced property name, and the referenced property value.

    作者:
    Gavin King
    另请参阅:
    EntityKey, 序列化表格