er.extensions
Class ERXPrimaryKeyListQualifier.KeyValueQualifierSQLGenerationSupport
java.lang.Object
com.webobjects.eoaccess.EOQualifierSQLGeneration.Support
er.extensions.ERXPrimaryKeyListQualifier.KeyValueQualifierSQLGenerationSupport
- Enclosing class:
- ERXPrimaryKeyListQualifier
- public static class ERXPrimaryKeyListQualifier.KeyValueQualifierSQLGenerationSupport
- extends EOQualifierSQLGeneration.Support
Support class that listens for EOKeyValueQualifiers that have an isContainedInArray
-selector and replaces these
with the ERXPrimaryKeyListQualifier. This means that when you set isContainedInArray
as a display group
queryOperator and an NSArray of EOs as the value, then this qualifier is magically replaced by
one that selects objects with an IN qualifier.
- Author:
- ak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERXPrimaryKeyListQualifier.KeyValueQualifierSQLGenerationSupport
public ERXPrimaryKeyListQualifier.KeyValueQualifierSQLGenerationSupport(EOQualifierSQLGeneration.Support old)
sqlStringForSQLExpression
public String sqlStringForSQLExpression(EOQualifier eoqualifier,
EOSQLExpression e)
schemaBasedQualifierWithRootEntity
public EOQualifier schemaBasedQualifierWithRootEntity(EOQualifier eoqualifier,
EOEntity eoentity)
qualifierMigratedFromEntityRelationshipPath
public EOQualifier qualifierMigratedFromEntityRelationshipPath(EOQualifier eoqualifier,
EOEntity eoentity,
String s)
Copyright © 2002 – 2004 Project Wonder.