Modifier and Type | Field and Description |
---|---|
protected DbAdapter |
DataNode.adapter |
protected DbAdapter |
DbGenerator.adapter |
protected DbAdapter |
DbLoader.adapter |
Modifier and Type | Method and Description |
---|---|
DbAdapter |
DataNode.getAdapter()
Returns DbAdapter object.
|
DbAdapter |
DbGenerator.getAdapter()
Returns DbAdapter associated with this DbGenerator.
|
DbAdapter |
DbLoader.getAdapter()
Returns DbAdapter associated with this DbLoader.
|
Modifier and Type | Method and Description |
---|---|
void |
DataNode.setAdapter(DbAdapter adapter) |
Constructor and Description |
---|
DbGenerator(DbAdapter adapter,
DataMap map)
Deprecated.
|
DbGenerator(DbAdapter adapter,
DataMap map,
Collection<DbEntity> excludedEntities)
Deprecated.
|
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) |
DbLoader(Connection connection,
DbAdapter adapter,
DbLoaderDelegate delegate)
Creates new DbLoader.
|
DbLoader(Connection connection,
DbAdapter adapter,
DbLoaderDelegate delegate,
NamingStrategy strategy)
Creates new DbLoader with specified naming strategy.
|
Modifier and Type | Method and Description |
---|---|
DbAdapter |
SQLTemplateAction.getAdapter()
Returns DbAdapter associated with this execution plan object.
|
Modifier and Type | Method and Description |
---|---|
BatchQueryBuilder |
BatchQueryBuilderFactory.createDeleteQueryBuilder(DbAdapter adapter)
Creates query builder for DELETE queries
|
BatchQueryBuilder |
DefaultBatchQueryBuilderFactory.createDeleteQueryBuilder(DbAdapter adapter) |
BatchQueryBuilder |
SoftDeleteQueryBuilderFactory.createDeleteQueryBuilder(DbAdapter adapter) |
BatchQueryBuilder |
BatchQueryBuilderFactory.createInsertQueryBuilder(DbAdapter adapter)
Creates query builder for INSERT queries
|
BatchQueryBuilder |
DefaultBatchQueryBuilderFactory.createInsertQueryBuilder(DbAdapter adapter) |
BatchQueryBuilder |
BatchQueryBuilderFactory.createUpdateQueryBuilder(DbAdapter adapter)
Creates query builder for UPDATE queries
|
BatchQueryBuilder |
DefaultBatchQueryBuilderFactory.createUpdateQueryBuilder(DbAdapter adapter) |
Constructor and Description |
---|
SoftDeleteBatchQueryBuilder(DbAdapter adapter,
String deletedFieldName) |
Modifier and Type | Field and Description |
---|---|
protected DbAdapter |
BatchQueryBuilder.adapter |
protected DbAdapter |
ProcedureTranslator.adapter |
protected DbAdapter |
QueryAssembler.adapter |
Modifier and Type | Method and Description |
---|---|
DbAdapter |
BatchQueryBuilder.getAdapter() |
DbAdapter |
QueryAssembler.getAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
BatchQueryBuilder.setAdapter(DbAdapter adapter) |
void |
ProcedureTranslator.setAdapter(DbAdapter adapter) |
void |
QueryAssembler.setAdapter(DbAdapter adapter) |
Constructor and Description |
---|
BatchQueryBuilder(DbAdapter adapter) |
DeleteBatchQueryBuilder(DbAdapter adapter) |
InsertBatchQueryBuilder(DbAdapter adapter) |
JoinStack(DbAdapter dbAdapter,
DataMap dataMap,
QueryAssembler assembler) |
LOBBatchQueryBuilder(DbAdapter adapter) |
LOBInsertBatchQueryBuilder(DbAdapter adapter) |
LOBUpdateBatchQueryBuilder(DbAdapter adapter) |
UpdateBatchQueryBuilder(DbAdapter adapter) |
Modifier and Type | Method and Description |
---|---|
DbAdapter |
DbAdapterDetector.createAdapter(DatabaseMetaData md)
Returns an instance of DbAdapter if the factory detects that it knows how to handle
the database or null if the database is not known to the factory, thus allowing
multiple factories to be chained.
|
DbAdapter |
DbAdapterFactory.createAdapter(DataNodeDescriptor nodeDescriptor,
DataSource dataSource)
Returns an instance of DbAdapter if the factory detects that it knows how to handle
the database.
|
DbAdapter |
DefaultDbAdapterFactory.createAdapter(DataNodeDescriptor nodeDescriptor,
DataSource dataSource) |
protected DbAdapter |
DefaultDbAdapterFactory.defaultAdapter() |
protected DbAdapter |
DefaultDbAdapterFactory.detectAdapter(DatabaseMetaData metaData) |
protected DbAdapter |
DefaultDbAdapterFactory.detectAdapter(DataSource dataSource) |
Modifier and Type | Class and Description |
---|---|
class |
AutoAdapter
A DbAdapter that automatically detects the kind of database it is running on and
instantiates an appropriate DB-specific adapter, delegating all subsequent method calls
to this adapter.
|
class |
JdbcAdapter
A generic DbAdapter implementation.
|
Modifier and Type | Field and Description |
---|---|
protected Provider<DbAdapter> |
AutoAdapter.adapterProvider |
Modifier and Type | Method and Description |
---|---|
DbAdapter |
DbAdapterFactory.createAdapter(DatabaseMetaData md)
Deprecated.
Returns an instance of DbAdapter if the factory detects that it knows how to handle
the database.
|
protected DbAdapter |
AutoAdapter.getAdapter()
Returns a proxied DbAdapter, lazily creating it on first invocation.
|
protected DbAdapter |
AutoAdapter.loadAdapter()
Loads underlying DbAdapter delegate.
|
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 |
DB2Adapter
DbAdapter implementation for the DB2 RDBMS .
|
Modifier and Type | Method and Description |
---|---|
DbAdapter |
DB2Sniffer.createAdapter(DatabaseMetaData md) |
Modifier and Type | Class and Description |
---|---|
class |
DerbyAdapter
DbAdapter implementation for the Derby RDBMS
.
|
Modifier and Type | Method and Description |
---|---|
DbAdapter |
DerbySniffer.createAdapter(DatabaseMetaData md) |
Modifier and Type | Class and Description |
---|---|
class |
FrontBaseAdapter
DbAdapter implementation for FrontBase RDBMS.
|
Modifier and Type | Method and Description |
---|---|
DbAdapter |
FrontBaseSniffer.createAdapter(DatabaseMetaData md) |
Modifier and Type | Class and Description |
---|---|
class |
H2Adapter |
Modifier and Type | Method and Description |
---|---|
DbAdapter |
H2Sniffer.createAdapter(DatabaseMetaData md) |
Modifier and Type | Class and Description |
---|---|
class |
HSQLDBAdapter
DbAdapter implementation for the HSQLDB RDBMS
.
|
class |
HSQLDBNoSchemaAdapter
A flavor of HSQLDBAdapter that implements workarounds for some old driver limitations.
|
Modifier and Type | Method and Description |
---|---|
DbAdapter |
HSQLDBSniffer.createAdapter(DatabaseMetaData md) |
Modifier and Type | Class and Description |
---|---|
class |
IngresAdapter
DbAdapter implementation for Ingres.
|
Modifier and Type | Method and Description |
---|---|
DbAdapter |
IngresSniffer.createAdapter(DatabaseMetaData md) |
Modifier and Type | Class and Description |
---|---|
class |
MySQLAdapter
DbAdapter implementation for MySQL RDBMS.
|
Modifier and Type | Method and Description |
---|---|
DbAdapter |
MySQLSniffer.createAdapter(DatabaseMetaData md) |
Modifier and Type | Class and Description |
---|---|
class |
OpenBaseAdapter
DbAdapter implementation for OpenBase.
|
Modifier and Type | Method and Description |
---|---|
DbAdapter |
OpenBaseSniffer.createAdapter(DatabaseMetaData md) |
Modifier and Type | Class and Description |
---|---|
class |
Oracle8Adapter
A flavor of OracleAdapter that implements workarounds for some old driver limitations.
|
class |
OracleAdapter
DbAdapter implementation for Oracle RDBMS .
|
Modifier and Type | Method and Description |
---|---|
DbAdapter |
OracleSniffer.createAdapter(DatabaseMetaData md) |
Modifier and Type | Class and Description |
---|---|
class |
PostgresAdapter
DbAdapter implementation for PostgreSQL RDBMS .
|
Modifier and Type | Method and Description |
---|---|
DbAdapter |
PostgresSniffer.createAdapter(DatabaseMetaData md) |
Modifier and Type | Class and Description |
---|---|
class |
SQLiteAdapter
A SQLite database adapter that works with Zentus JDBC driver.
|
Modifier and Type | Method and Description |
---|---|
DbAdapter |
SQLiteSniffer.createAdapter(DatabaseMetaData md) |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerAdapter
Cayenne DbAdapter implementation for engine.
|
Modifier and Type | Method and Description |
---|---|
DbAdapter |
SQLServerSniffer.createAdapter(DatabaseMetaData md) |
Modifier and Type | Class and Description |
---|---|
class |
SybaseAdapter
DbAdapter implementation for Sybase RDBMS.
|
Modifier and Type | Method and Description |
---|---|
DbAdapter |
SybaseSniffer.createAdapter(DatabaseMetaData md) |
Modifier and Type | Method and Description |
---|---|
DbAdapter |
ExecutingMergerContext.getAdapter() |
DbAdapter |
MergerContext.getAdapter() |
Modifier and Type | Method and Description |
---|---|
protected void |
SetPrimaryKeyToDb.appendAddNewPrimaryKeySQL(DbAdapter adapter,
List<String> sqls) |
protected void |
SetPrimaryKeyToDb.appendDropOriginalPrimaryKeySQL(DbAdapter adapter,
List<String> sqls) |
List<MergerToken> |
DbMerger.createMergeTokens(DbAdapter adapter,
DataSource dataSource,
DataMap dataMap)
|
abstract List<String> |
AbstractToDbToken.createSql(DbAdapter adapter) |
List<String> |
AddColumnToDb.createSql(DbAdapter adapter) |
List<String> |
AddRelationshipToDb.createSql(DbAdapter adapter) |
List<String> |
CreateTableToDb.createSql(DbAdapter adapter) |
List<String> |
DropColumnToDb.createSql(DbAdapter adapter) |
List<String> |
DropRelationshipToDb.createSql(DbAdapter adapter) |
List<String> |
DropTableToDb.createSql(DbAdapter adapter) |
List<String> |
SetAllowNullToDb.createSql(DbAdapter adapter) |
List<String> |
SetColumnTypeToDb.createSql(DbAdapter adapter) |
List<String> |
SetNotNullToDb.createSql(DbAdapter adapter) |
List<String> |
SetPrimaryKeyToDb.createSql(DbAdapter adapter) |
List<String> |
SetValueForNullToDb.createSql(DbAdapter adapter) |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.