Package | Description |
---|---|
org.apache.cayenne.access.jdbc |
Contains classes that handle JDBC interactions.
|
org.apache.cayenne.access.trans |
Provides translators for Cayenne queries.
|
org.apache.cayenne.dba |
Contains database adapter API (DbAdapter) and its default implementation.
|
org.apache.cayenne.merge |
Modifier and Type | Method and Description |
---|---|
String |
ColumnDescriptor.getQualifiedColumnNameWithQuoteSqlIdentifiers(QuotingStrategy strategy) |
Modifier and Type | Field and Description |
---|---|
protected QuotingStrategy |
QueryAssemblerHelper.strategy |
Modifier and Type | Method and Description |
---|---|
QuotingStrategy |
AutoAdapter.getQuotingStrategy(boolean isQuoteStrategy) |
QuotingStrategy |
DbAdapter.getQuotingStrategy(boolean needQuotes) |
QuotingStrategy |
JdbcAdapter.getQuotingStrategy(boolean needQuotes) |
Modifier and Type | Method and Description |
---|---|
protected void |
AddColumnToDb.appendPrefix(StringBuffer sqlBuffer,
QuotingStrategy context)
append the part of the token before the actual column data type
|
protected void |
SetColumnTypeToDb.appendPrefix(StringBuffer sqlBuffer,
QuotingStrategy context)
append the part of the token before the actual column data type
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.