|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSCoding | |
com.webobjects.eoaccess | Provides the data access mechanisms for the Enterprise Objects technology. |
com.webobjects.eocontrol | Provides infrastructure for creating and manging enterprise objects. |
com.webobjects.eodistribution.client | Provides the communication mechanism between the client and server components of Java Client applications. |
com.webobjects.foundation | Provides a set of robust and mature core classes, including utility, collection, key-value coding, time and date, notification, and debug logging classes. |
Uses of NSCoding in com.webobjects.eoaccess |
Classes in com.webobjects.eoaccess that implement NSCoding | |
class |
EODatabaseDataSource
EODatabaseDataSource is a concrete subclass of EODataSource, defined in EOControl. |
Uses of NSCoding in com.webobjects.eocontrol |
Classes in com.webobjects.eocontrol that implement NSCoding | |
class |
EOFetchSpecification
An EOFetchSpecification collects the criteria needed to select and order a group of records or enterprise objects, whether from an external repository such as a relational database or an internal store such as an EOEditingContext. |
class |
EOKeyComparisonQualifier
EOKeyComparisonQualifier is a subclass of EOQualifier that compares a named property of an object with a named value of another object. |
class |
EOKeyGlobalID
EOKeyGlobalID is a concrete subclass of EOGlobalID whose instances, an entity and the primary key values for the object being identified, represent persistent IDs based on EOModel information. |
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 |
EOQualifierVariable
EOQualifierVariable defines objects that serve as placeholders in the qualifier. |
class |
EOSortOrdering
An EOSortOrdering object specifies the way that a group of objects should be sorted, using a property key and a method selector for comparing values of that property. |
class |
EOTemporaryGlobalID
An EOTemporaryGlobalID object identifies a newly created enterprise object before it's saved to an external store. |
Uses of NSCoding in com.webobjects.eodistribution.client |
Classes in com.webobjects.eodistribution.client that implement NSCoding | |
class |
EOAttribute
EOAttribute is the client-side representation of an attribute, containing the information relevant within Java Client. |
class |
EODistributedClassDescription
EODistributedClassDescription is the Java Client equivalent to EOClassDescription. |
class |
EORelationship
An EORelationship describes an association between two entities. |
Uses of NSCoding in com.webobjects.foundation |
Classes in com.webobjects.foundation that implement NSCoding | |
class |
NSArray
NSArray and its subclass NSMutableArray manage ordered collections of objects. |
class |
NSData
NSData and its subclass NSMutableData provide data objects, object-oriented wrappers for byte buffers. |
class |
NSDictionary
The NSDictionary class declares an API for objects that manage immutable associations of keys and values. |
static class |
NSKeyValueCoding.Null
NSKeyValueCoding.Null is a final class that defines a unique object used to represent null values in collection objects, such as NSArrays, which do not allow null values. |
class |
NSMutableArray
The NSMutableArray class provides facilities for managing a mutable collection of objects. |
class |
NSMutableData
The NSMutableData class declares the programmatic interface to an object that contains modifiable data in the form of bytes. |
class |
NSMutableDictionary
The NSMutableDictionary class adds methods to insert, modify, and remove elements to the API of its parent class NSDictionary. |
class |
NSMutableSet
NSMutableSet provides support for the mathematical concept of a set which, unlike its parent NSSet, may have members added or removed after its creation. |
class |
NSNotification
NSNotification objects encapsulate information so that it can be broadcast to other objects by an NSNotificationCenter object. |
class |
NSSet
NSSet declares an API for an object that manages a collection of objects similar to a mathematical set. |
class |
NSTimestamp
NSTimestamp objects represent a particular instant in time. |
class |
NSTimeZone
NSTimeZone defines the behavior of time zones for different geopolitical regions. |
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |