Represents the conditions to be used to constrain a query. These can be used in various combinations using the different condition types. This class is mostly empty because it is a placeholder for use in the EntityConditionFactory and most functionality is internal only.
| Modifiers | Name | Description |
|---|---|---|
enum |
EntityCondition.ComparisonOperator |
|
enum |
EntityCondition.JoinOperator |
Represents the conditions to be used to constrain a query. |
| Type | Name and description |
|---|---|
EntityCondition |
ignoreCase()Set this condition to ignore case in the query. |
boolean |
mapKeysNotContained(java.util.Map<java.lang.String, java.lang.Object> map)Used for EntityCache view-entity clearing by member-entity change |
boolean |
mapMatches(java.util.Map<java.lang.String, java.lang.Object> map)Represents the conditions to be used to constrain a query. |
boolean |
mapMatchesAny(java.util.Map<java.lang.String, java.lang.Object> map)Used for EntityCache view-entity clearing by member-entity change |
boolean |
populateMap(java.util.Map<java.lang.String, java.lang.Object> map)Create a map of name/value pairs representing the condition. |
| Methods inherited from class | Name |
|---|---|
interface java.io.Externalizable |
java.io.Externalizable#readExternal(java.io.ObjectInput), java.io.Externalizable#writeExternal(java.io.ObjectOutput) |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Set this condition to ignore case in the query. This may not have an effect for all types of conditions.
Used for EntityCache view-entity clearing by member-entity change
Represents the conditions to be used to constrain a query. These can be used in various combinations using the different condition types. This class is mostly empty because it is a placeholder for use in the EntityConditionFactory and most functionality is internal only.
Used for EntityCache view-entity clearing by member-entity change
Create a map of name/value pairs representing the condition. Returns false if the condition can't be represented as simple name/value pairs ANDed together.