Interface EntityConditionModel

All Superinterfaces:
TableConditionModel<Attribute<?>>

public interface EntityConditionModel extends TableConditionModel<Attribute<?>>
Manages the condition models associated with an entity's attributes, providing the combined WHERE and HAVING conditions used when querying entities. Use builder() for an instance.