Interface ForeignKeyConditionModel

All Superinterfaces:
AttributeConditionModel<Entity>, ConditionModel<Entity>

public interface ForeignKeyConditionModel extends AttributeConditionModel<Entity>
A foreign key condition model. The Operator.EQUAL operand is based on either a EntitySearchModel or a EntityComboBoxModel, the Operator.IN operand on a EntitySearchModel.
See Also: