Interface | Description |
---|---|
PooledDataSourceRegistry.Factory | |
PooledDataSourceRegistry.PooledDataSource |
Class | Description |
---|---|
ConnectionHelper |
This helper provides a way to get a JDBC connection, through
ConnectionHelper.getConnection(String) , that will return a
connection wrapper able to use a shared connection when used in transactional mode and setAutoCommit(false) is
called, and otherwise use a normal physical JDBC connection. |
DataSourceComponent |
Nuxeo component allowing the JNDI registration of datasources by extension point contributions.
|
DataSourceDescriptor |
The descriptor for a Nuxeo-defined datasource.
|
DataSourceDescriptor.PoolFactory | |
DataSourceFromUrl |
This class is used for tests, where datasources are set up from a jdbc: url and user/password instead of a JNDI name.
|
DataSourceHelper |
Helper class to look up
DataSource s without having to deal with vendor-specific JNDI prefixes. |
DataSourceLinkDescriptor | |
PooledDataSourceRegistry |
Copyright © 2015 Nuxeo SA. All rights reserved.