WebObjects 5.2

Uses of Class
com.webobjects.eoaccess.EOAdaptor

Packages that use EOAdaptor
com.webobjects.eoaccess Provides the data access mechanisms for the Enterprise Objects technology. 
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. 
 

Uses of EOAdaptor in com.webobjects.eoaccess
 

Methods in com.webobjects.eoaccess that return EOAdaptor
 EOAdaptor EODatabase.adaptor()
          Returns the EOAdaptor used by the receiver for communication with the database server.
 EOAdaptor EOAdaptorContext.adaptor()
          Returns the receiver's EOAdaptor.
 EOAdaptor EOSynchronizationFactory.adaptor()
          Returns the receiver's EOAdaptor.
 EOAdaptor EOSynchronizationFactory.Delegate.schemaSynchronizationAdaptor()
          Restricted method.
static EOAdaptor EOAdaptor.adaptorWithModel(EOModel model)
          Creates and returns a new adaptor by extracting the adaptor name from model, invoking adaptorWithName, and assigning model's connection dictionary to the new adaptor.
static EOAdaptor EOAdaptor.adaptorWithName(String name)
          Creates and returns a new adaptor from the class with the specified name.
 EOAdaptor EOSQLExpressionFactory.adaptor()
          Returns the EOAdaptor for which this factory creates expressions.
 

Methods in com.webobjects.eoaccess with parameters of type EOAdaptor
 NSDictionary EOAdaptor.administrativeConnectionDictionaryForAdaptor(EOAdaptor adaptor)
          This method, formerly provided by the EOLoginPanel class, returns null in the default implementation.
 Object EOAdaptor.Delegate.adaptorFetchedValueForValue(EOAdaptor adaptor, Object value, EOAttribute attribute)
          Allows the delegate to handle attribute processing when saving EOEnterpriseObjects to the database.
 NSDictionary EOAdaptor.Delegate.reconnectionDictionaryForAdaptor(EOAdaptor adaptor)
          Creates a new connection dictionary for the adaptor.
 

Constructors in com.webobjects.eoaccess with parameters of type EOAdaptor
EODatabase(EOAdaptor adaptor)
          Creates and returns a new EODatabase object, specifying adaptor as the new EODatabase's adaptor.
EOAdaptorContext(EOAdaptor adaptor)
          Returns a new EOAdaptorContext.
EOSynchronizationFactory(EOAdaptor adaptor)
          Creates and returns a new EOSynchronization factory that uses the specified adaptor to communicate with an external database.
EOSQLExpressionFactory(EOAdaptor adaptor)
          Creates an EOSQLExpressionFactory capable of creating EOSQLExpressions for the specified EOAdaptor.
 

Uses of EOAdaptor in com.webobjects.jdbcadaptor
 

Subclasses of EOAdaptor in com.webobjects.jdbcadaptor
 class JDBCAdaptor
          JDBCAdaptor is a concrete subclass of EOAdaptor that use JDBC for connecting to a database.
 

Constructors in com.webobjects.jdbcadaptor with parameters of type EOAdaptor
MicrosoftPlugIn.MicrosoftSynchronizationFactory(EOAdaptor adaptor)
           
OpenBasePlugIn.OpenBaseSynchronizationFactory(EOAdaptor adaptor)
           
MySQLPlugIn.MySQLSynchronizationFactory(EOAdaptor adaptor)
           
MerantPlugIn.MerantSynchronizationFactory(EOAdaptor adaptor)
           
JDBCExpressionFactory(EOAdaptor adaptor)
           
SybasePlugIn.SybaseSynchronizationFactory(EOAdaptor adaptor)
           
OraclePlugIn.OracleSynchronizationFactory(EOAdaptor adaptor)
           
JDBCContext(EOAdaptor adaptor)
           
 

Uses of EOAdaptor in com.webobjects.jndiadaptor
 

Subclasses of EOAdaptor in com.webobjects.jndiadaptor
 class JNDIAdaptor
          The JNDIAdaptor class represents a Java Naming and Directory Interface service.
 

Constructors in com.webobjects.jndiadaptor with parameters of type EOAdaptor
JNDIContext(EOAdaptor adaptor)
          Creates a new instance of JNDIContext.
 


Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.