Interface ForeignKeyConditionModel

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

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