|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CayenneException | |
---|---|
org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. |
org.apache.cayenne.access.jdbc | Contains classes that handle JDBC interactions. |
Uses of CayenneException in org.apache.cayenne.access |
---|
Methods in org.apache.cayenne.access that throw CayenneException | |
---|---|
abstract void |
Transaction.commit()
|
void |
DataPort.execute()
Deprecated. Runs DataPort. |
boolean |
DbLoaderDelegate.overwriteDbEntity(DbEntity entity)
Returns true to tell DbLoader that it is OK to overwrite DbEntity that already exists in the model. |
protected void |
DataPort.processInsert(List entities)
Deprecated. Reads source data from source, saving it to destination. |
abstract void |
Transaction.rollback()
|
Uses of CayenneException in org.apache.cayenne.access.jdbc |
---|
Methods in org.apache.cayenne.access.jdbc that throw CayenneException | |
---|---|
protected BatchQueryBuilder |
BatchAction.createBuilder()
|
protected void |
BatchAction.processGeneratedKeys(Statement statement,
OperationObserver observer)
Implements generated keys extraction supported in JDBC 3.0 specification. |
Constructors in org.apache.cayenne.access.jdbc that throw CayenneException | |
---|---|
JDBCResultIterator(Connection connection,
Statement statement,
ResultSet resultSet,
RowDescriptor descriptor,
QueryMetadata queryMetadata)
Creates new JDBCResultIterator that reads from provided ResultSet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |