Package org.refcodes.criteria


package org.refcodes.criteria
This artifact allows the construction of This artifact allows the construction of Criteria instances for selecting, filtering or identifying (such as the selection of entries from a database). This implies the creation of query statements from Criteria instances which can be applied to data sinks; such as databases (SQL like statements). In turn, this also implies parsing (construction) of criteria trees from a query statement (provided as logical operators in your code).

Please refer to the refcodes-criteria: Criteria construction for selecting, filtering or identifying documentation for an up-to-date and detailed description on the usage of this artifact.