Generated by
JDiff

Package com.webobjects.eocontrol

Changed Classes and Interfaces
EOClassDescription EOClassDescription provides a mechanism for extending classes with additional meta-data useful for interacting with Enterprise Objects.
EOCooperatingObjectStore

EOCooperatingObjectStore is a part of the control layer's object storage abstraction.

EOCustomObject

The EOCustomObject class provides a default implementation of the EOEnterpriseObject interface.

EOEditingContext An EOEditingContext object manages a graph of enterprise objects in an application; this object graph represents an internally consistent view of one or more external stores (most often a database).

Principal Attributes

EOEnterpriseObject The EOEnterpriseObject interface identifies basic enterprise object behavior defining methods for supporting operations common to all enterprise objects.
EOEvent

EOEvent is an abstract class that provides concrete subclasses with a structure for storing information about a logged event.

EOGenericRecord EOGenericRecord is a generic enterprise object class that can be used in place of custom classes when custom behavior is not needed.
EOKeyValueCodingAdditions

The EOKeyValueCodingAdditions combines (extends) the NSKeyValueCoding NSKeyValueCoding.ErrorHandling NSKeyValueCodingAdditions and EOKeyValueCoding and adds two more methods--takeValuesFromDictionary and valuesForKeys-- which are useful when working with groups of properties.

EOKeyValueCodingAdditions.
DefaultImplementation
The EOKeyValueCodingAdditions.DefaultImplementation class provides the WebObjects default implementation of the EOKeyValueCodingAdditions interface.
EOKeyValueCodingAdditions.
Utility
The EOKeyValueCodingAdditions.Utility class is a convenience that allows you to access the properties of EOKeyValueCodingAdditions objects and non-EOKeyValueCodingAdditions objects using the same code.
EOObjectStore

EOObjectStore is the abstract class that defines the API for an "intelligent" repository of objects the control layer's object storage abstraction.

EOObjectStoreCoordinator EOObjectStoreCoordinator provides the abstraction of a single object store by coordinating one or more EOCooperatingObjectStores.
EOSharedEditingContext The EOSharedEditingContext class defines a mechanism that allows EOEditingContexts to share enterprise objects for reading.