Simple Criteria is a small, simple framework that enables SQL filter generation from any object.
The filter utility creates instance of the example entity and mark dirty fields (updated ones), Other fields will not be included in the generated clause.
Dirty field check can be disabled which means every single column-property mapping appended into the filter will be included in the generatedsql filter.
It supports associated objects. The criteria framewok can create filter from any objectIgnore case (using standard lower function of underlying dbms) and Like can be enabled or disabled.
Requirements:
· Java