public class Operator
extends Object
Operator definitions for the generic SQL query construction.
Supported are the operators EQUAL_TO (default, when used within QueryColumn), NOT_EQUAL_TO, GREATER_THAN,
GREATER_THAN_OR_EQUAL_TO, LESS_THAN, LESS_THAN_OR_EQUAL_TO, LIKE, IS_NULL and IS_NOT_NULL. The exact syntax as
listed is to be used when configuring SQL queries using query declarations in the Maven generator plugin.
The setter for the operator name with the String parameter is used by Maven 2.2.1 (and earlier versions) only.
Maven 3.X is able to resolve enums and is thus able to the use the setter with the enum instead.
- Author:
- Ulf Pietruschka / ulf.pietruschka@etenso.com
Date: 20.01.13
Time: 09:29