Package | Description |
---|---|
org.apache.cayenne.access.translator.select | |
org.apache.cayenne.dba |
Contains database adapter API (DbAdapter) and its default implementation.
|
org.apache.cayenne.dba.db2 |
IBM DB2 DbAdapter.
|
org.apache.cayenne.dba.derby |
Apache Derby DbAdapter.
|
org.apache.cayenne.dba.firebird | |
org.apache.cayenne.dba.h2 | |
org.apache.cayenne.dba.ingres | |
org.apache.cayenne.dba.sqlserver |
MS SQLServer DbAdapter.
|
org.apache.cayenne.exp |
Cayenne data expression classes.
|
org.apache.cayenne.exp.parser |
Contains expression parser and other expression internals.
|
org.apache.cayenne.query |
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
|
Modifier and Type | Method and Description |
---|---|
FluentSelect<?> |
FluentSelectWrapper.unwrap() |
Constructor and Description |
---|
DefaultSelectTranslator(FluentSelect<?> query,
DbAdapter adapter,
EntityResolver entityResolver) |
FluentSelectWrapper(FluentSelect<?> select) |
Modifier and Type | Method and Description |
---|---|
SelectTranslator |
AutoAdapter.getSelectTranslator(FluentSelect<?> query,
EntityResolver entityResolver) |
SelectTranslator |
DbAdapter.getSelectTranslator(FluentSelect<?> query,
EntityResolver entityResolver) |
SelectTranslator |
JdbcAdapter.getSelectTranslator(FluentSelect<?> query,
EntityResolver entityResolver) |
<T> SQLAction |
JdbcActionBuilder.objectSelectAction(FluentSelect<T> query) |
Modifier and Type | Method and Description |
---|---|
<T> SQLAction |
DB2ActionBuilder.objectSelectAction(FluentSelect<T> query) |
Modifier and Type | Method and Description |
---|---|
<T> SQLAction |
DerbyActionBuilder.objectSelectAction(FluentSelect<T> query) |
Modifier and Type | Method and Description |
---|---|
<T> SQLAction |
FirebirdActionBuilder.objectSelectAction(FluentSelect<T> query) |
Modifier and Type | Method and Description |
---|---|
<T> SQLAction |
H2ActionBuilder.objectSelectAction(FluentSelect<T> query) |
Modifier and Type | Method and Description |
---|---|
<T> SQLAction |
IngresActionBuilder.objectSelectAction(FluentSelect<T> query) |
Modifier and Type | Method and Description |
---|---|
<T> SQLAction |
SQLServerActionBuilder.objectSelectAction(FluentSelect<T> query) |
Modifier and Type | Method and Description |
---|---|
static Expression |
ExpressionFactory.exists(FluentSelect<?> subQuery) |
static Expression |
ExpressionFactory.notExists(FluentSelect<?> subQuery) |
Constructor and Description |
---|
ASTSubquery(FluentSelect<?> query) |
Modifier and Type | Class and Description |
---|---|
class |
ColumnSelect<T>
A helper builder for queries selecting individual properties based on the root object.
|
class |
ObjectSelect<T>
A selecting query providing chainable API.
|
class |
PrefetchSelectQuery<T>
A SelectQuery to perform a prefetch based on another query.
|
Modifier and Type | Method and Description |
---|---|
<T> SQLAction |
SQLActionVisitor.objectSelectAction(FluentSelect<T> query)
Creates an action to execute a FluentSelect.
|
Copyright © 2001–2021 Apache Cayenne. All rights reserved.