Uses of Interface
org.apache.cayenne.dba.QuotingStrategy
| Package | Description | 
|---|---|
| org.apache.cayenne.access.translator.ejbql | |
| org.apache.cayenne.access.translator.select | |
| org.apache.cayenne.dba | Contains database adapter API (DbAdapter) and its default implementation. | 
| org.apache.cayenne.dba.mysql | MySQL DbAdapter. | 
| org.apache.cayenne.dba.sybase | Sybase DbAdapter. | 
- 
Uses of QuotingStrategy in org.apache.cayenne.access.translator.ejbqlMethods in org.apache.cayenne.access.translator.ejbql that return QuotingStrategy Modifier and Type Method Description QuotingStrategyEJBQLTranslationContext. getQuotingStrategy()Constructors in org.apache.cayenne.access.translator.ejbql with parameters of type QuotingStrategy Constructor Description EJBQLTranslationContext(EntityResolver entityResolver, EJBQLQuery query, EJBQLCompiledExpression compiledExpression, EJBQLTranslatorFactory translatorFactory, QuotingStrategy quotingStrategy)
- 
Uses of QuotingStrategy in org.apache.cayenne.access.translator.selectFields in org.apache.cayenne.access.translator.select declared as QuotingStrategy Modifier and Type Field Description protected QuotingStrategyQueryAssemblerHelper. strategy
- 
Uses of QuotingStrategy in org.apache.cayenne.dbaClasses in org.apache.cayenne.dba that implement QuotingStrategy Modifier and Type Class Description classDefaultQuotingStrategyFields in org.apache.cayenne.dba declared as QuotingStrategy Modifier and Type Field Description protected QuotingStrategyJdbcAdapter. quotingStrategyMethods in org.apache.cayenne.dba that return QuotingStrategy Modifier and Type Method Description protected QuotingStrategyJdbcAdapter. createQuotingStrategy()QuotingStrategyAutoAdapter. getQuotingStrategy()QuotingStrategyDbAdapter. getQuotingStrategy()Returns SQL identifier quoting strategy objectQuotingStrategyJdbcAdapter. getQuotingStrategy()
- 
Uses of QuotingStrategy in org.apache.cayenne.dba.mysqlMethods in org.apache.cayenne.dba.mysql that return QuotingStrategy Modifier and Type Method Description protected QuotingStrategyMySQLAdapter. createQuotingStrategy()
- 
Uses of QuotingStrategy in org.apache.cayenne.dba.sybaseMethods in org.apache.cayenne.dba.sybase that return QuotingStrategy Modifier and Type Method Description protected QuotingStrategySybaseAdapter. createQuotingStrategy()