Package | Description |
---|---|
org.apache.cayenne.query |
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
|
Modifier and Type | Class and Description |
---|---|
class |
PrefetchSelectQuery
A SelectQuery to perform a prefetch based on another query.
|
class |
ProcedureQuery
A query based on Procedure.
|
class |
SelectQuery<T>
A query that selects persistent objects of a certain type or "raw data" (aka
DataRows).
|
class |
SQLTemplate
A query that executes unchanged (except for template preprocessing) "raw" SQL
specified by the user.
|
Copyright © 2001–2015 Apache Cayenne. All rights reserved.