Class EntityConditions

java.lang.Object
is.codion.framework.model.EntityConditions
All Implemented Interfaces:
Supplier<Map<Attribute<?>,ConditionModel<?>>>
Direct Known Subclasses:
SwingEntityConditions

public class EntityConditions extends Object implements Supplier<Map<Attribute<?>,ConditionModel<?>>>
A default ConditionModel factory for Entity based condition models.

Extend and override the protected hooks to customize which conditions are created and how: include(Column)/include(ForeignKey) to control which attributes get a condition model, condition(Column)/condition(ForeignKey) to customize the created models, and createEqualSearchModel(ForeignKey)/createInSearchModel(ForeignKey) to customize the foreign key search models.