Package | Description |
---|---|
er.extensions.eof | |
er.extensions.qualifiers |
Modifier and Type | Method and Description |
---|---|
ERXExistsQualifier |
ERXKey.containsAnyObjectSatisfying(EOQualifier qualifier)
Equivalent to
new ERXExistsQualifier(qualifier, key) . |
ERXExistsQualifier |
ERXKey.containsAnyObjectSatisfyingUsingIn(EOQualifier qualifier)
Equivalent to containsAnyObjectSatisfying() but set the ERXExistsQualifier to uses IN instead of EXISTS.
|
ERXExistsQualifier |
ERXKey.containsAnyOfTheseObjects(NSArray<? extends ERXGenericRecord> valueArray)
Uses ERXExistsQualifier to build a qualifier that returns true if at least one the objects
specified is found in the to many relationship represented by this key.
|
ERXExistsQualifier |
ERXKey.isNotEmptyRelationship()
Determines if there are any objects in the to-one or to-many
EORelationship that this ERXKey represents. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ERXQualifierTraversal.traverseExistsQualifier(ERXExistsQualifier q)
Should traverse exists qualifier?
|
protected boolean |
ERXPrefixQualifierTraversal.traverseExistsQualifier(ERXExistsQualifier q) |
Copyright © 2002 – 2024 Project Wonder.