|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.acmsl.queryj.ConditionOperatorRepository
Contains references to declared operators.
Constructor Summary | |
protected |
ConditionOperatorRepository()
Protected constructor to avoid accidental instantiation. |
Method Summary | |
ConditionOperator |
getBelongsTo(SelectQuery query)
Retrieves the belongs-to operator. |
ConditionOperator |
getEquals()
Retrieves the equality operator. |
ConditionOperator |
getGreaterThan()
Retrieves the greater-than operator. |
static ConditionOperatorRepository |
getInstance()
Retrieves a ConditionOperatorRepository instance. |
ConditionOperator |
getIsNull()
Retrieves the null operator. |
ConditionOperator |
getLessThan()
Retrieves the less-than operator. |
ConditionOperator |
getNotBelongsTo(SelectQuery query)
Retrieves the not-belongs-to operator. |
ConditionOperator |
getNotEquals()
Retrieves the unequality operator. |
protected static java.lang.ref.WeakReference |
getReference()
Retrieves the weak reference. |
protected static void |
setReference(ConditionOperatorRepository repository)
Specifies a new weak reference. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ConditionOperatorRepository()
Method Detail |
protected static void setReference(ConditionOperatorRepository repository)
protected static java.lang.ref.WeakReference getReference()
public static ConditionOperatorRepository getInstance()
public ConditionOperator getEquals()
public ConditionOperator getNotEquals()
public ConditionOperator getGreaterThan()
public ConditionOperator getLessThan()
public ConditionOperator getIsNull()
public ConditionOperator getBelongsTo(SelectQuery query)
query
- the query.
public ConditionOperator getNotBelongsTo(SelectQuery query)
query
- the query.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |