Class ComplexValueForeignKeyImpl

  • All Implemented Interfaces:
    Serializable

    public class ComplexValueForeignKeyImpl
    extends ComplexValueForeignKey
    Value which is returned for a complex column. This value corresponds to a foreign key in a secondary table which contains the actual complex data for this row (which could be 0 or more complex values for a given row). This class contains various convenience methods for interacting with the actual complex values.

    This class will cache the associated complex values returned from one of the lookup methods. The various modification methods will clear this cache automatically. The reset() method may be called manually to clear this internal cache.

    Author:
    James Ahlborn
    See Also:
    Serialized Form