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.ejbql
Methods in org.apache.cayenne.access.translator.ejbql that return QuotingStrategy Modifier and Type Method Description QuotingStrategy
EJBQLTranslationContext. 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.select
Fields in org.apache.cayenne.access.translator.select declared as QuotingStrategy Modifier and Type Field Description protected QuotingStrategy
QueryAssemblerHelper. strategy
-
Uses of QuotingStrategy in org.apache.cayenne.dba
Classes in org.apache.cayenne.dba that implement QuotingStrategy Modifier and Type Class Description class
DefaultQuotingStrategy
Fields in org.apache.cayenne.dba declared as QuotingStrategy Modifier and Type Field Description protected QuotingStrategy
JdbcAdapter. quotingStrategy
Methods in org.apache.cayenne.dba that return QuotingStrategy Modifier and Type Method Description protected QuotingStrategy
JdbcAdapter. createQuotingStrategy()
QuotingStrategy
AutoAdapter. getQuotingStrategy()
QuotingStrategy
DbAdapter. getQuotingStrategy()
Returns SQL identifier quoting strategy objectQuotingStrategy
JdbcAdapter. getQuotingStrategy()
-
Uses of QuotingStrategy in org.apache.cayenne.dba.mysql
Methods in org.apache.cayenne.dba.mysql that return QuotingStrategy Modifier and Type Method Description protected QuotingStrategy
MySQLAdapter. createQuotingStrategy()
-
Uses of QuotingStrategy in org.apache.cayenne.dba.sybase
Methods in org.apache.cayenne.dba.sybase that return QuotingStrategy Modifier and Type Method Description protected QuotingStrategy
SybaseAdapter. createQuotingStrategy()