Interface ForeignKeyConditionModel

All Superinterfaces:
ConditionModel<Entity>
All Known Subinterfaces:
SwingForeignKeyConditionModel

public interface ForeignKeyConditionModel extends ConditionModel<Entity>
A default foreign key condition model using EntitySearchModel for both the Operator.EQUAL and Operator.IN operands.
See Also: