Uses of Interface
org.apache.cayenne.dba.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
-
Uses of QuotingStrategy in org.apache.cayenne.access.translator.ejbql
ModifierConstructorDescriptionEJBQLTranslationContext
(EntityResolver entityResolver, EJBQLQuery query, EJBQLCompiledExpression compiledExpression, EJBQLTranslatorFactory translatorFactory, QuotingStrategy quotingStrategy) -
Uses of QuotingStrategy in org.apache.cayenne.access.translator.select
-
Uses of QuotingStrategy in org.apache.cayenne.dba
Modifier 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
-
Uses of QuotingStrategy in org.apache.cayenne.dba.sybase
Modifier and TypeMethodDescriptionprotected QuotingStrategy
SybaseAdapter.createQuotingStrategy()