Uses of Interface
org.apache.cayenne.access.translator.EJBQLTranslator
Packages that use EJBQLTranslator
Package
Description
Contains classes that make up Cayenne ORM stack.
Contains database adapter API (DbAdapter) and its default implementation.
IBM DB2 DbAdapter.
Apache Derby DbAdapter.
HSQLDB DbAdapter.
MySQL DbAdapter.
Oracle DbAdapter.
MS SQLServer DbAdapter.
Sybase DbAdapter.
-
Uses of EJBQLTranslator in org.apache.cayenne.access
Methods in org.apache.cayenne.access that return EJBQLTranslatorMethods in org.apache.cayenne.access with parameters of type EJBQLTranslatorModifier and TypeMethodDescriptionvoidDataNode.setEjbqlTranslator(EJBQLTranslator ejbqlTranslator) -
Uses of EJBQLTranslator in org.apache.cayenne.access.translator.ejbql
Classes in org.apache.cayenne.access.translator.ejbql that implement EJBQLTranslatorModifier and TypeClassDescriptionclassAnEJBQLTranslatorthat resolves the actual translator fromDbAdapter.getEjbqlTranslator()allowing adapters to customize translation.classA defaultEJBQLTranslator.Constructors in org.apache.cayenne.access.translator.ejbql with parameters of type EJBQLTranslatorModifierConstructorDescriptionEJBQLTranslationContext(EntityResolver entityResolver, EJBQLQuery query, EJBQLCompiledExpression compiledExpression, EJBQLTranslator translator, DbAdapter adapter, QuotingStrategy quotingStrategy) -
Uses of EJBQLTranslator in org.apache.cayenne.configuration.runtime
Fields in org.apache.cayenne.configuration.runtime declared as EJBQLTranslatorModifier and TypeFieldDescriptionprotected EJBQLTranslatorDefaultDataNodeFactory.ejbqlTranslator -
Uses of EJBQLTranslator in org.apache.cayenne.dba
Fields in org.apache.cayenne.dba declared as EJBQLTranslatorMethods in org.apache.cayenne.dba that return EJBQLTranslatorModifier and TypeMethodDescriptionprotected EJBQLTranslatorJdbcAdapter.createEJBQLTranslator()Creates and returns anEJBQLTranslatorused to generate visitors for EJBQL to SQL translations.AutoAdapter.getEjbqlTranslator()DbAdapter.getEjbqlTranslator()Returns theEJBQLTranslatorfor EJBQL to SQL translation.JdbcAdapter.getEjbqlTranslator()Returns theEJBQLTranslatorfor EJBQL to SQL translation.default EJBQLTranslatorDbAdapter.getEjbqlTranslatorFactory()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.apache.cayenne.dba with parameters of type EJBQLTranslatorModifier and TypeMethodDescriptionvoidJdbcAdapter.setEjbqlTranslator(EJBQLTranslator ejbqlTranslator) Sets theEJBQLTranslatorfor EJBQL to SQL translation.voidJdbcAdapter.setEjbqlTranslatorFactory(EJBQLTranslator ejbqlTranslator) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofJdbcAdapter.setEjbqlTranslator(EJBQLTranslator). -
Uses of EJBQLTranslator in org.apache.cayenne.dba.db2
Classes in org.apache.cayenne.dba.db2 that implement EJBQLTranslatorMethods in org.apache.cayenne.dba.db2 that return EJBQLTranslator -
Uses of EJBQLTranslator in org.apache.cayenne.dba.derby
Classes in org.apache.cayenne.dba.derby that implement EJBQLTranslatorMethods in org.apache.cayenne.dba.derby that return EJBQLTranslator -
Uses of EJBQLTranslator in org.apache.cayenne.dba.firebird
Classes in org.apache.cayenne.dba.firebird that implement EJBQLTranslatorMethods in org.apache.cayenne.dba.firebird that return EJBQLTranslator -
Uses of EJBQLTranslator in org.apache.cayenne.dba.h2
Classes in org.apache.cayenne.dba.h2 that implement EJBQLTranslatorMethods in org.apache.cayenne.dba.h2 that return EJBQLTranslator -
Uses of EJBQLTranslator in org.apache.cayenne.dba.hsqldb
Classes in org.apache.cayenne.dba.hsqldb that implement EJBQLTranslatorMethods in org.apache.cayenne.dba.hsqldb that return EJBQLTranslatorModifier and TypeMethodDescriptionprotected EJBQLTranslatorHSQLDBAdapter.createEJBQLTranslator() -
Uses of EJBQLTranslator in org.apache.cayenne.dba.mysql
Methods in org.apache.cayenne.dba.mysql that return EJBQLTranslator -
Uses of EJBQLTranslator in org.apache.cayenne.dba.oracle
Methods in org.apache.cayenne.dba.oracle that return EJBQLTranslatorModifier and TypeMethodDescriptionprotected EJBQLTranslatorOracleAdapter.createEJBQLTranslator() -
Uses of EJBQLTranslator in org.apache.cayenne.dba.sqlserver
Methods in org.apache.cayenne.dba.sqlserver that return EJBQLTranslatorModifier and TypeMethodDescriptionprotected EJBQLTranslatorSQLServerAdapter.createEJBQLTranslator() -
Uses of EJBQLTranslator in org.apache.cayenne.dba.sybase
Methods in org.apache.cayenne.dba.sybase that return EJBQLTranslatorModifier and TypeMethodDescriptionprotected EJBQLTranslatorSybaseAdapter.createEJBQLTranslator()
DbAdapter.getEjbqlTranslator().