Uses of Interface
org.apache.cayenne.dba.QuotingStrategy
Packages that use QuotingStrategy
Package
Description
Contains database adapter API (DbAdapter) and its default implementation.
MySQL DbAdapter.
Sybase DbAdapter.
- 
Uses of QuotingStrategy in org.apache.cayenne.access.sqlbuilderMethods in org.apache.cayenne.access.sqlbuilder that return QuotingStrategy
- 
Uses of QuotingStrategy in org.apache.cayenne.access.translator.ejbqlMethods in org.apache.cayenne.access.translator.ejbql that return QuotingStrategyConstructors in org.apache.cayenne.access.translator.ejbql with parameters of type QuotingStrategyModifierConstructorDescriptionEJBQLTranslationContext(EntityResolver entityResolver, EJBQLQuery query, EJBQLCompiledExpression compiledExpression, EJBQLTranslatorFactory translatorFactory, QuotingStrategy quotingStrategy) 
- 
Uses of QuotingStrategy in org.apache.cayenne.access.translator.selectMethods in org.apache.cayenne.access.translator.select that return QuotingStrategy
- 
Uses of QuotingStrategy in org.apache.cayenne.dbaClasses in org.apache.cayenne.dba that implement QuotingStrategyFields in org.apache.cayenne.dba declared as QuotingStrategyMethods in org.apache.cayenne.dba that return QuotingStrategyModifier and TypeMethodDescriptionprotected QuotingStrategyJdbcAdapter.createQuotingStrategy()AutoAdapter.getQuotingStrategy()DbAdapter.getQuotingStrategy()Returns SQL identifier quoting strategy objectJdbcAdapter.getQuotingStrategy()
- 
Uses of QuotingStrategy in org.apache.cayenne.dba.mysqlMethods in org.apache.cayenne.dba.mysql that return QuotingStrategy
- 
Uses of QuotingStrategy in org.apache.cayenne.dba.sybaseMethods in org.apache.cayenne.dba.sybase that return QuotingStrategyModifier and TypeMethodDescriptionprotected QuotingStrategySybaseAdapter.createQuotingStrategy()