|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
EOSynchronizationFactory.adaptor()
Returns the receiver's EOAdaptor. |
EOAdaptor |
EOSynchronizationFactory.Delegate.schemaSynchronizationAdaptor()
Restricted method. |
EOAdaptor |
EOSQLExpressionFactory.adaptor()
Returns the EOAdaptor for which this factory creates expressions. |
EOAdaptor |
EODatabase.adaptor()
Returns the EOAdaptor used by the receiver for communication with the database server. |
EOAdaptor |
EOAdaptorContext.adaptor()
Returns the receiver's EOAdaptor. |
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 . |
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 EOEnterpriseObject s 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 | |
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. |
|
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. |
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 | |
SybasePlugIn.SybaseSynchronizationFactory(EOAdaptor adaptor)
|
|
OraclePlugIn.OracleSynchronizationFactory(EOAdaptor adaptor)
|
|
OpenBasePlugIn.OpenBaseSynchronizationFactory(EOAdaptor adaptor)
|
|
MySQLPlugIn.MySQLSynchronizationFactory(EOAdaptor adaptor)
|
|
MicrosoftPlugIn.MicrosoftSynchronizationFactory(EOAdaptor adaptor)
|
|
MerantPlugIn.MerantSynchronizationFactory(EOAdaptor adaptor)
|
|
JDBCExpressionFactory(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 Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |