|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionEventLoggingDelegate | |
---|---|
org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. |
org.apache.cayenne.conn | Provides full DataSource implementation. |
Uses of ConnectionEventLoggingDelegate in org.apache.cayenne.access |
---|
Classes in org.apache.cayenne.access that implement ConnectionEventLoggingDelegate | |
---|---|
class |
ConnectionLogger
Adapts QueryLogger to be used as a
ConnectionEventLoggingDelegate with Cayenne
connection pools. |
Uses of ConnectionEventLoggingDelegate in org.apache.cayenne.conn |
---|
Fields in org.apache.cayenne.conn declared as ConnectionEventLoggingDelegate | |
---|---|
protected ConnectionEventLoggingDelegate |
DriverDataSource.logger
|
Methods in org.apache.cayenne.conn that return ConnectionEventLoggingDelegate | |
---|---|
ConnectionEventLoggingDelegate |
DriverDataSource.getLogger()
|
Methods in org.apache.cayenne.conn with parameters of type ConnectionEventLoggingDelegate | |
---|---|
void |
DriverDataSource.setLogger(ConnectionEventLoggingDelegate delegate)
|
Constructors in org.apache.cayenne.conn with parameters of type ConnectionEventLoggingDelegate | |
---|---|
PoolManager(String jdbcDriver,
String dataSourceUrl,
int minCons,
int maxCons,
String userName,
String password,
ConnectionEventLoggingDelegate logger)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |