Package | Description |
---|---|
org.apache.cayenne |
Contains persistence APIs directly accessible by users.
|
org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
org.apache.cayenne.tx | |
org.apache.cayenne.util |
General utility classes.
|
Modifier and Type | Method and Description |
---|---|
QueryResponse |
CayenneContext.onQuery(ObjectContext context,
Query query) |
QueryResponse |
DataChannelFilterChain.onQuery(ObjectContext originatingContext,
Query query) |
QueryResponse |
DataChannel.onQuery(ObjectContext originatingContext,
Query query)
Executes a query, using provided context to register persistent objects if
query returns any objects.
|
QueryResponse |
DataChannelFilter.onQuery(ObjectContext originatingContext,
Query query,
DataChannelFilterChain filterChain) |
QueryResponse |
CayenneContext.performGenericQuery(Query query) |
QueryResponse |
ObjectContext.performGenericQuery(Query query)
Executes any kind of query providing the result in a form of
QueryResponse.
|
abstract QueryResponse |
BaseContext.performGenericQuery(Query query) |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
DataContext.onQuery(ObjectContext context,
Query query)
An implementation of a
DataChannel method that is used by child
contexts to execute queries. |
QueryResponse |
DataDomain.onQuery(ObjectContext originatingContext,
Query query)
Runs query returning generic QueryResponse.
|
QueryResponse |
ClientServerChannel.onQuery(ObjectContext context,
Query query) |
QueryResponse |
DataContext.performGenericQuery(Query query)
Executes a query returning a generic response.
|
Modifier and Type | Method and Description |
---|---|
QueryResponse |
TransactionFilter.onQuery(ObjectContext originatingContext,
Query query,
DataChannelFilterChain filterChain) |
Modifier and Type | Class and Description |
---|---|
class |
GenericResponse
A simple serializable implementation of QueryResponse.
|
class |
IncrementalListResponse
A QueryResponse that contains a sublist of the query result.
|
class |
ListResponse
A QueryResponse optimized to hold a single object or data row list.
|
Modifier and Type | Field and Description |
---|---|
protected QueryResponse |
ObjectContextQueryAction.response |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
ObjectContextQueryAction.execute()
Worker method that performs internal query.
|
Constructor and Description |
---|
GenericResponse(QueryResponse response)
Creates a response that it a shallow copy of another response.
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.