Package | Description |
---|---|
org.apache.cayenne.access.jdbc |
Contains classes that handle JDBC interactions.
|
org.apache.cayenne.access.translator.ejbql | |
org.apache.cayenne.dba |
Contains database adapter API (DbAdapter) and its default implementation.
|
org.apache.cayenne.query |
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
|
Modifier and Type | Field and Description |
---|---|
protected EJBQLQuery |
EJBQLAction.query |
Constructor and Description |
---|
EJBQLAction(EJBQLQuery query,
SQLActionVisitor actionFactory,
DataNode dataNode) |
Constructor and Description |
---|
EJBQLTranslationContext(EntityResolver entityResolver,
EJBQLQuery query,
EJBQLCompiledExpression compiledExpression,
EJBQLTranslatorFactory translatorFactory,
QuotingStrategy quotingStrategy) |
Modifier and Type | Method and Description |
---|---|
SQLAction |
JdbcActionBuilder.ejbqlAction(EJBQLQuery query) |
Modifier and Type | Method and Description |
---|---|
SQLAction |
SQLActionVisitor.ejbqlAction(EJBQLQuery query)
Creates an action to execute EJBQL query.
|
Copyright © 2001–2015 Apache Cayenne. All rights reserved.