Uses of Interface
org.apache.cayenne.dba.QuotingStrategy
-
Packages that use QuotingStrategy Package Description org.apache.cayenne.access.sqlbuilder 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.sqlbuilder
Methods in org.apache.cayenne.access.sqlbuilder that return QuotingStrategy Modifier and Type Method Description QuotingStrategySQLGenerationContext. getQuotingStrategy() -
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 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.select
Methods in org.apache.cayenne.access.translator.select that return QuotingStrategy Modifier and Type Method Description QuotingStrategyTranslatorContext. getQuotingStrategy() -
Uses of QuotingStrategy in org.apache.cayenne.dba
Classes 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.mysql
Methods 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.sybase
Methods in org.apache.cayenne.dba.sybase that return QuotingStrategy Modifier and Type Method Description protected QuotingStrategySybaseAdapter. createQuotingStrategy()
-