| 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.access.translator.batch | |
| org.apache.cayenne.dba | Contains database adapter API (DbAdapter) and its default implementation. | 
| org.apache.cayenne.dba.postgres | PostgreSQL DbAdapter. | 
| 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 | Method and Description | 
|---|---|
| BatchTranslator | DataNode. batchTranslator(BatchQuery query,
               String trimFunction) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected BatchQuery | BatchAction. query | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchQuery | BatchAction. getQuery() | 
| Constructor and Description | 
|---|
| BatchAction(BatchQuery query,
           DataNode dataNode,
           boolean runningAsBatch) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected BatchQuery | DefaultBatchTranslator. query | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchTranslator | BatchTranslatorFactory. translator(BatchQuery query,
          DbAdapter adapter,
          String trimFunction)Creates a proper translator for a BatchQuery | 
| BatchTranslator | DefaultBatchTranslatorFactory. translator(BatchQuery query,
          DbAdapter adapter,
          String trimFunction) | 
| Constructor and Description | 
|---|
| DefaultBatchTranslator(BatchQuery query,
                      DbAdapter adapter,
                      String trimFunction) | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLAction | JdbcActionBuilder. batchAction(BatchQuery query) | 
| Constructor and Description | 
|---|
| PostgresBatchAction(BatchQuery query,
                   DataNode dataNode,
                   boolean runningAsBatch) | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLAction | SQLServerActionBuilder. batchAction(BatchQuery query) | 
| Constructor and Description | 
|---|
| SQLServerBatchAction(BatchQuery batchQuery,
                    DataNode dataNode,
                    boolean runningAsBatch) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DeleteBatchQueryBatched delete query. | 
| class  | InsertBatchQueryBatched INSERT query. | 
| class  | UpdateBatchQueryBatched UPDATE query. | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLAction | SQLActionVisitor. batchAction(BatchQuery query)Creates an action to execute a batch update query. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.