Class ForeignKeyConditionModel

java.lang.Object
is.codion.framework.model.ForeignKeyConditionModel
All Implemented Interfaces:
ConditionModel<Entity>

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