Package | Description |
---|---|
org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
org.apache.cayenne.configuration | |
org.apache.cayenne.conn |
Provides full DataSource implementation.
|
org.apache.cayenne.log |
Modifier and Type | Method and Description |
---|---|
static void |
QueryLogger.logPoolCreated(DataSourceInfo dsi)
Deprecated.
Logs database connection event.
|
void |
DbGenerator.runGenerator(DataSourceInfo dsi)
Creates a temporary DataSource out of DataSourceInfo and invokes
public void runGenerator(DataSource ds) . |
Modifier and Type | Field and Description |
---|---|
protected DataSourceInfo |
DataNodeDescriptor.dataSourceDescriptor |
Modifier and Type | Method and Description |
---|---|
DataSourceInfo |
DataNodeDescriptor.getDataSourceDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
DataNodeDescriptor.setDataSourceDescriptor(DataSourceInfo dataSourceDescriptor) |
Modifier and Type | Method and Description |
---|---|
DataSourceInfo |
DataSourceInfo.cloneInfo() |
Modifier and Type | Method and Description |
---|---|
void |
CommonsJdbcEventLogger.logPoolCreated(DataSourceInfo dsi) |
void |
JdbcEventLogger.logPoolCreated(DataSourceInfo dsi)
Logs database connection event.
|
void |
NoopJdbcEventLogger.logPoolCreated(DataSourceInfo dsi) |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.