Class GenericIdRef<ID,​E>

  • Type Parameters:
    ID - generic type of ID.
    E - generic type of the referenced entity.
    All Implemented Interfaces:
    Ref<ID,​E>, Serializable
    Direct Known Subclasses:
    IdRef

    public class GenericIdRef<ID,​E>
    extends Object
    implements Ref<ID,​E>
    Generic implementation of Ref.
    See Also:
    Serialized Form
    • Constructor Detail

      • GenericIdRef

        public GenericIdRef​(ID id)
        The constructor.
        Parameters:
        id - the ID.