Package | Description |
---|---|
org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
org.apache.cayenne.access.jdbc |
Contains classes that handle JDBC interactions.
|
org.apache.cayenne.dba |
Contains database adapter API (DbAdapter) and its default implementation.
|
org.apache.cayenne.dba.ingres | |
org.apache.cayenne.dba.sqlserver |
MS SQLServer DbAdapter.
|
org.apache.cayenne.query |
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
|
Modifier and Type | Field and Description |
---|---|
protected SelectQuery |
IncrementalFaultList.internalQuery |
Modifier and Type | Field and Description |
---|---|
protected SelectQuery |
SelectAction.query |
Constructor and Description |
---|
SelectAction(SelectQuery query,
JdbcAdapter adapter,
EntityResolver entityResolver) |
Modifier and Type | Method and Description |
---|---|
SQLAction |
JdbcActionBuilder.objectSelectAction(SelectQuery query) |
Modifier and Type | Method and Description |
---|---|
SQLAction |
IngresActionBuilder.objectSelectAction(SelectQuery query) |
Constructor and Description |
---|
IngresSelectAction(SelectQuery query,
JdbcAdapter adapter,
EntityResolver entityResolver) |
Modifier and Type | Method and Description |
---|---|
SQLAction |
SQLServerActionBuilder.objectSelectAction(SelectQuery query) |
Constructor and Description |
---|
SQLServerSelectAction(SelectQuery query,
JdbcAdapter adapter,
EntityResolver entityResolver) |
Modifier and Type | Class and Description |
---|---|
class |
PrefetchSelectQuery
A SelectQuery to perform a prefetch based on another query.
|
Modifier and Type | Field and Description |
---|---|
protected SelectQuery |
PrefetchSelectQuery.parentQuery
Deprecated.
since 3.1 unused
|
Modifier and Type | Method and Description |
---|---|
SelectQuery |
PrefetchSelectQuery.getParentQuery()
Deprecated.
since 3.1
|
SelectQuery |
SelectQuery.queryWithParameters(Map<String,?> parameters)
A shortcut for
queryWithParameters(Map, boolean) that prunes parts of
qualifier that have no parameter value set. |
SelectQuery |
SelectQuery.queryWithParameters(Map<String,?> parameters,
boolean pruneMissing)
Returns a query built using this query as a prototype, using a set of parameters to
build the qualifier.
|
Modifier and Type | Method and Description |
---|---|
SQLAction |
SQLActionVisitor.objectSelectAction(SelectQuery query)
Creates an action to execute a SelectQuery.
|
void |
PrefetchSelectQuery.setParentQuery(SelectQuery parentQuery)
Deprecated.
since 3.1
|
Constructor and Description |
---|
PrefetchSelectQuery(SelectQuery parentQuery,
String prefetchPath,
ObjRelationship lastPrefetchHint)
Deprecated.
Since 3.1 use another constructor without parentQuery parameter
instead.
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.