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.
MS SQLServer DbAdapter.
Sybase DbAdapter.
-
Uses of QuotingStrategy in org.apache.cayenne.access.sqlbuilder
Constructors in org.apache.cayenne.access.sqlbuilder with parameters of type 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, EJBQLTranslator translator, DbAdapter adapter, QuotingStrategy quotingStrategy) -
Uses of QuotingStrategy in org.apache.cayenne.dba
Classes in org.apache.cayenne.dba that implement QuotingStrategyModifier and TypeClassDescriptionclassAnQuotingStrategythat wraps identifiers in a pair of (possibly distinct) start/end quote characters.Fields in org.apache.cayenne.dba declared as QuotingStrategyModifier and TypeFieldDescriptionstatic final QuotingStrategyQuotingStrategy.NONEA shared no-quote instance that appends identifiers verbatim.protected QuotingStrategyJdbcAdapter.quotingStrategyMethods in org.apache.cayenne.dba that return QuotingStrategyModifier and TypeMethodDescriptionprotected QuotingStrategyJdbcAdapter.createQuotingStrategy()AutoAdapter.getQuotingStrategy()Deprecated.AutoAdapter.getQuotingStrategy(DbEntity entity) DbAdapter.getQuotingStrategy()Deprecated, for removal: This API element is subject to removal in a future version.DbAdapter.getQuotingStrategy(DbEntity entity) Resolves theQuotingStrategyto use for the given entity: this adapter's strategy when the entity's DataMap enables SQL identifier quoting, andQuotingStrategy.NONEotherwise.JdbcAdapter.getQuotingStrategy()JdbcAdapter.getQuotingStrategy(DbEntity entity) -
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.sqlserver
Methods in org.apache.cayenne.dba.sqlserver that return QuotingStrategyModifier and TypeMethodDescriptionprotected QuotingStrategySQLServerAdapter.createQuotingStrategy() -
Uses of QuotingStrategy in org.apache.cayenne.dba.sybase
Methods in org.apache.cayenne.dba.sybase that return QuotingStrategyModifier and TypeMethodDescriptionprotected QuotingStrategySybaseAdapter.createQuotingStrategy()
DbAdapter.getQuotingStrategy(DbEntity)