WebObjects 5.2.3

Uses of Interface
com.webobjects.eocontrol.EOQualifierEvaluation

Packages that use EOQualifierEvaluation
com.webobjects.directtoweb Provides the framework for rapid development of HTML-based WebObjects applications. 
com.webobjects.eoaccess Provides the data access mechanisms for the Enterprise Objects technology. 
com.webobjects.eocontrol Provides infrastructure for creating and manging enterprise objects. 
 

Uses of EOQualifierEvaluation in com.webobjects.directtoweb
 

Classes in com.webobjects.directtoweb that implement EOQualifierEvaluation
 class BooleanQualifier
           
 class NonNullQualifier
           
 

Uses of EOQualifierEvaluation in com.webobjects.eoaccess
 

Classes in com.webobjects.eoaccess that implement EOQualifierEvaluation
 class EOSQLQualifier
          Deprecated. The class EOSQLQualifier is deprecated. Use EOAdaptorChannel.evaluateExpression() or EOFetchSpecification.setHints() instead.
 

Uses of EOQualifierEvaluation in com.webobjects.eocontrol
 

Classes in com.webobjects.eocontrol that implement EOQualifierEvaluation
 class EOKeyComparisonQualifier
          EOKeyComparisonQualifier is a subclass of EOQualifier that compares a named property of an object with a named value of another object.
 class EOKeyValueQualifier
          EOKeyValueQualifier is a subclass of EOQualifier that compares a named property of an object with a supplied value, for example, "salary > 1500".
 class EONotQualifier
          EONotQualifier is a subclass of EOQualifier that contains a single qualifier.
 class EOOrQualifier
          EOOrQualifier is a subclass of EOQualifier that contains multiple qualifiers.
 class EOQualifier
          EOQualifier is an abstract class for objects that hold information used to restrict selections on objects or database rows according to specified criteria.
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.