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.
|
Modifier and Type | Method and Description |
---|---|
void |
DataPort.execute()
Deprecated.
Runs DataPort.
|
protected void |
DataPort.processInsert(List entities)
Deprecated.
Reads source data from source, saving it to destination.
|
Modifier and Type | Method and Description |
---|---|
protected BatchTranslator |
BatchAction.createTranslator() |
protected void |
BatchAction.processGeneratedKeys(Statement statement,
OperationObserver observer,
BatchQueryRow row)
Implements generated keys extraction supported in JDBC 3.0 specification.
|
Copyright © 2001–2023 Apache Cayenne. All rights reserved.