|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.webobjects.eoaccess | |
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.eogeneration.rules | Provides infrastructure for dynamically generating user interfaces in Java Client applications that use the rule system. |
com.webobjects.jdbcadaptor | Provides an implementation of an Enterprise Objects adaptor for JDBC data sources. |
com.webobjects.jndiadaptor | Provides an implementation of an Enterprise Objects Frameworks adaptor for JNDI data sources. |
com.webobjects.webservices.generation | |
com.webobjects.woextensions | The WebObjects Extensions are non-synchronizing reusable components defined in the WebObjects Extensions Framework, which is included in every WebObjects Application project. |
Classes in com.webobjects.eoaccess used by com.webobjects.directtoweb | |
EOAttribute
An EOAttribute represents a column, field, or property in a database and associates an internal name with an external name or expression by which the property is known to the database. |
|
EOEntity
An EOEntity describes a table in a database and associates a name internal to the Enterprise Objects Framework with an external name by which the table is known to the database. |
|
EORelationship
An EORelationship describes an association between two entities, based on attributes of those two entities. |
Classes in com.webobjects.eoaccess used by com.webobjects.eoaccess | |
EOAccessGenericFaultHandler
EOAccessGenericFaultHandler is an abstract class that helps an EOAccessFault to fire by fetching data using an EODatabaseContext. |
|
EOAdaptor
An EOAdaptor represents a single connection to a database server. |
|
EOAdaptorChannel
EOAdaptorChannel is an abstract class that provides its concrete subclasses with a structure for performing database operations. |
|
EOAdaptorContext
EOAdaptorContext is an abstract class that provides its concrete subclasses with a structure for handling database transactions. |
|
EOAdaptorOperation
An EOAdaptorOperation object represents a single primitive operation in a database server (lock, insert, update, or delete a particular row, or execute a stored procedure) as well as all the necessary information required to perform the operation. |
|
EOAttribute
An EOAttribute represents a column, field, or property in a database and associates an internal name with an external name or expression by which the property is known to the database. |
|
EODatabase
An EODatabase object represents a single database server. |
|
EODatabaseChannel
An EODatabaseChannel represents an independent communication channel to the database server. |
|
EODatabaseContext
EODatabaseContext is the basic EOObjectStore for the EOAccess Framework. |
|
EOEntity
An EOEntity describes a table in a database and associates a name internal to the Enterprise Objects Framework with an external name by which the table is known to the database. |
|
EOJoin
An EOJoin describes one source-destination attribute pair for an EORelationship. |
|
EOModel
An EOModel represents a mapping between a database schema and a set of classes based on the entity-relationship model for an application. |
|
EOModelGroup
An EOModelGroup represents an aggregation of related models. |
|
EOProperty
EOProperty is an abstract class that embodies the notion of an object that belongs to (is the property of) an EOEntity. |
|
EOPropertyListEncoding
The EOPropertyListEncoding interface declares methods that read and write objects to property lists, which are dictionaries containing String, NSDictionary, NSArray, and NSData objects. |
|
EOQualifierSQLGeneration
All qualifiers that can be used to generate SQL queries implement this interface. |
|
EOQualifierSQLGeneration.Support
The abstract EOQualifierSQLGeneration.Support class provides basic functionality to subclasses that implement the EOQualifierSQLGeneration interface for specific qualifier types. |
|
EORelationship
An EORelationship describes an association between two entities, based on attributes of those two entities. |
|
EOSchemaGeneration
This interface has been introduced to define API for generating database schemas from EOModel files. |
|
EOSchemaSynchronization
This interface has been introduced to define API to synchronize a database schema with a corresponding EOModel. |
|
EOSchemaSynchronization.ColumnTypes
The ColumnTypes interface is only used when implementing schema synchronization API for a custom adaptor. |
|
EOSQLExpression
EOSQLExpression is an abstract superclass that defines how to build SQL statements for adaptor channels. |
|
EOSQLExpression.SQLValue
This interface defines API for objects that can provide values for themselves to be used in SQL statements. |
|
EOSQLExpressionFactory
EOSQLExpressionFactory builds SQL statements for adaptor channels. |
|
EOSQLQualifier
Deprecated. The class EOSQLQualifier is deprecated. Use EOAdaptorChannel.evaluateExpression() or EOFetchSpecification.setHints() instead. |
|
EOStoredProcedure
EOStoredProcedure encapsulates the information stored in an EOModel about a stored procedure which is stored in a database server. |
|
EOSynchronizationFactory.Delegate
The Delegate interface for EOSynchronizationFactory is restricted to use by the EOModeler application and should not be implemented by others. |
Classes in com.webobjects.eoaccess used by com.webobjects.eogeneration.rules | |
EOEntity
An EOEntity describes a table in a database and associates a name internal to the Enterprise Objects Framework with an external name by which the table is known to the database. |
Classes in com.webobjects.eoaccess used by com.webobjects.jdbcadaptor | |
EOAdaptor
An EOAdaptor represents a single connection to a database server. |
|
EOAdaptorChannel
EOAdaptorChannel is an abstract class that provides its concrete subclasses with a structure for performing database operations. |
|
EOAdaptorContext
EOAdaptorContext is an abstract class that provides its concrete subclasses with a structure for handling database transactions. |
|
EOAttribute
An EOAttribute represents a column, field, or property in a database and associates an internal name with an external name or expression by which the property is known to the database. |
|
EOEntity
An EOEntity describes a table in a database and associates a name internal to the Enterprise Objects Framework with an external name by which the table is known to the database. |
|
EOGeneralAdaptorException
A subclass of RuntimeException thrown by EOAccess. |
|
EOModel
An EOModel represents a mapping between a database schema and a set of classes based on the entity-relationship model for an application. |
|
EORelationship
An EORelationship describes an association between two entities, based on attributes of those two entities. |
|
EOSchemaGeneration
This interface has been introduced to define API for generating database schemas from EOModel files. |
|
EOSchemaSynchronization
This interface has been introduced to define API to synchronize a database schema with a corresponding EOModel. |
|
EOSchemaSynchronization.ColumnTypes
The ColumnTypes interface is only used when implementing schema synchronization API for a custom adaptor. |
|
EOSQLExpression
EOSQLExpression is an abstract superclass that defines how to build SQL statements for adaptor channels. |
|
EOSQLExpressionFactory
EOSQLExpressionFactory builds SQL statements for adaptor channels. |
|
EOStoredProcedure
EOStoredProcedure encapsulates the information stored in an EOModel about a stored procedure which is stored in a database server. |
|
EOSynchronizationFactory
This class has been introduced to implement the interfaces EOSchemaGeneration and EOSchemaSynchronization, which were introduced in WebObjects 5.0. |
Classes in com.webobjects.eoaccess used by com.webobjects.jndiadaptor | |
EOAdaptor
An EOAdaptor represents a single connection to a database server. |
|
EOAdaptorChannel
EOAdaptorChannel is an abstract class that provides its concrete subclasses with a structure for performing database operations. |
|
EOAdaptorContext
EOAdaptorContext is an abstract class that provides its concrete subclasses with a structure for handling database transactions. |
|
EOAttribute
An EOAttribute represents a column, field, or property in a database and associates an internal name with an external name or expression by which the property is known to the database. |
|
EOEntity
An EOEntity describes a table in a database and associates a name internal to the Enterprise Objects Framework with an external name by which the table is known to the database. |
|
EOGeneralAdaptorException
A subclass of RuntimeException thrown by EOAccess. |
|
EOModel
An EOModel represents a mapping between a database schema and a set of classes based on the entity-relationship model for an application. |
|
EOSchemaGeneration
This interface has been introduced to define API for generating database schemas from EOModel files. |
|
EOSQLExpression
EOSQLExpression is an abstract superclass that defines how to build SQL statements for adaptor channels. |
|
EOSQLExpressionFactory
EOSQLExpressionFactory builds SQL statements for adaptor channels. |
|
EOStoredProcedure
EOStoredProcedure encapsulates the information stored in an EOModel about a stored procedure which is stored in a database server. |
Classes in com.webobjects.eoaccess used by com.webobjects.webservices.generation | |
EOEntity
An EOEntity describes a table in a database and associates a name internal to the Enterprise Objects Framework with an external name by which the table is known to the database. |
Classes in com.webobjects.eoaccess used by com.webobjects.woextensions | |
EODatabaseDataSource
EODatabaseDataSource is a concrete subclass of EODataSource, defined in EOControl. |
|
EOEntity
An EOEntity describes a table in a database and associates a name internal to the Enterprise Objects Framework with an external name by which the table is known to the database. |
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |