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 SQLTemplate |
SQLTemplateAction.query |
Modifier and Type | Method and Description |
---|---|
SQLTemplate |
SQLTemplateAction.getQuery()
Returns a SQLTemplate for this action.
|
Constructor and Description |
---|
SQLTemplateAction(SQLTemplate query,
DataNode dataNode) |
Modifier and Type | Method and Description |
---|---|
SQLTemplate |
EJBQLTranslationContext.getQuery() |
Modifier and Type | Method and Description |
---|---|
SQLAction |
JdbcActionBuilder.sqlAction(SQLTemplate query) |
Modifier and Type | Method and Description |
---|---|
SQLTemplate |
SQLTemplate.queryWithParameters(Map<String,?>... parameters)
Deprecated.
since 4.0 as multiple batches of parameters are superseded by
the use of
QueryChain . For an alternative use
createQuery(Map) . |
Modifier and Type | Method and Description |
---|---|
SQLAction |
SQLActionVisitor.sqlAction(SQLTemplate query)
Creates an action to execute a SQLTemplate.
|
Copyright © 2001–2015 Apache Cayenne. All rights reserved.