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.sqlbuilder
Methods in org.apache.cayenne.access.sqlbuilder that return QuotingStrategy -
Uses of QuotingStrategy in org.apache.cayenne.access.translator.ejbql
Methods 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.select
Methods in org.apache.cayenne.access.translator.select that return QuotingStrategy -
Uses of QuotingStrategy in org.apache.cayenne.dba
Classes 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 QuotingStrategy
JdbcAdapter.createQuotingStrategy()
AutoAdapter.getQuotingStrategy()
DbAdapter.getQuotingStrategy()
Returns SQL identifier quoting strategy objectJdbcAdapter.getQuotingStrategy()
-
Uses of QuotingStrategy in org.apache.cayenne.dba.mysql
Methods in org.apache.cayenne.dba.mysql that return QuotingStrategy -
Uses of QuotingStrategy in org.apache.cayenne.dba.sybase
Methods in org.apache.cayenne.dba.sybase that return QuotingStrategyModifier and TypeMethodDescriptionprotected QuotingStrategy
SybaseAdapter.createQuotingStrategy()