Class | Description |
---|---|
ConnectionFactoryImpl |
The connection factory delegates connection requests to the application server
ConnectionManager . |
ConnectionImpl |
A connection is a handle to the underlying storage.
|
ConnectionManagerImpl |
This implementation of
ConnectionManager is used in non-managed scenarios when there is no application server
to provide one. |
ManagedConnectionFactoryImpl |
The managed connection factory receives requests from the application server to create new
ManagedConnection
(the physical connection). |
ManagedConnectionImpl |
The managed connection represents an actual physical connection to the underlying storage.
|
PoolingRepositoryFactory |
Pooling repository factory.
|
ResourceAdapterImpl |
This is the singleton representing the resource adapter, created by the application server.
|
Exception | Description |
---|---|
ConnectionImpl.QueryResultContextException |
Copyright © 2015 Nuxeo SA. All rights reserved.