Package | Description |
---|---|
org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
org.apache.cayenne.access.translator.procedure | |
org.apache.cayenne.configuration.server | |
org.apache.cayenne.dba |
Contains database adapter API (DbAdapter) and its default implementation.
|
org.apache.cayenne.log | |
org.apache.cayenne.tx |
Modifier and Type | Field and Description |
---|---|
protected JdbcEventLogger |
DbGenerator.jdbcEventLogger |
protected JdbcEventLogger |
DataDomain.jdbcEventLogger |
Modifier and Type | Method and Description |
---|---|
JdbcEventLogger |
DataNode.getJdbcEventLogger() |
Modifier and Type | Method and Description |
---|---|
void |
DataNode.setJdbcEventLogger(JdbcEventLogger logger) |
Constructor and Description |
---|
DbGenerator(DbAdapter adapter,
DataMap map,
Collection<DbEntity> excludedEntities,
DataDomain domain,
JdbcEventLogger logger)
Creates and initializes new DbGenerator instance.
|
DbGenerator(DbAdapter adapter,
DataMap map,
JdbcEventLogger logger) |
DbGenerator(DbAdapter adapter,
DataMap map,
JdbcEventLogger logger,
Collection<DbEntity> excludedEntities) |
Modifier and Type | Field and Description |
---|---|
protected JdbcEventLogger |
ProcedureTranslator.logger |
Modifier and Type | Method and Description |
---|---|
JdbcEventLogger |
ProcedureTranslator.getJdbcEventLogger() |
Modifier and Type | Method and Description |
---|---|
void |
ProcedureTranslator.setJdbcEventLogger(JdbcEventLogger logger) |
Modifier and Type | Field and Description |
---|---|
protected JdbcEventLogger |
DefaultDbAdapterFactory.jdbcEventLogger |
protected JdbcEventLogger |
DefaultDataNodeFactory.jdbcEventLogger |
Modifier and Type | Field and Description |
---|---|
protected JdbcEventLogger |
AutoAdapter.logger |
protected JdbcEventLogger |
JdbcAdapter.logger |
Modifier and Type | Method and Description |
---|---|
JdbcEventLogger |
JdbcAdapter.getJdbcEventLogger() |
Constructor and Description |
---|
AutoAdapter(Provider<DbAdapter> adapterProvider,
JdbcEventLogger logger)
Creates an
AutoAdapter based on a delegate adapter obtained via
"adapterProvider". |
Modifier and Type | Class and Description |
---|---|
class |
FormattedSlf4jJdbcEventLogger
A
Slf4jJdbcEventLogger extension that provides pretty formatting of the
logged SQL messages. |
class |
NoopJdbcEventLogger |
class |
Slf4jJdbcEventLogger
A
JdbcEventLogger built on top of slf4j-api logger. |
Modifier and Type | Field and Description |
---|---|
protected JdbcEventLogger |
DefaultTransactionFactory.jdbcEventLogger |
protected JdbcEventLogger |
CayenneTransaction.logger |
protected JdbcEventLogger |
ExternalTransaction.logger |
Constructor and Description |
---|
CayenneTransaction(JdbcEventLogger logger) |
DefaultTransactionFactory(RuntimeProperties properties,
JdbcEventLogger jdbcEventLogger) |
DefaultTransactionManager(TransactionFactory txFactory,
JdbcEventLogger jdbcEventLogger) |
ExternalTransaction(JdbcEventLogger jdbcEventLogger) |
Copyright © 2001–2023 Apache Cayenne. All rights reserved.