|
||||||||||
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. |
org.apache.cayenne.access.util |
Uses of CayenneException in org.apache.cayenne.access |
---|
Methods in org.apache.cayenne.access that throw CayenneException | |
---|---|
void |
ResultIterator.close()
Closes ResultIterator and associated ResultSet. |
abstract void |
Transaction.commit()
|
List |
ResultIterator.dataRows(boolean close)
Returns all unread data rows from ResultSet and closes this iterator if asked to do so. |
void |
DataPort.execute()
Runs DataPort. |
boolean |
ResultIterator.hasNextRow()
Returns true if there is at least one more record that can be read from the iterator. |
Map |
ResultIterator.nextDataRow()
Returns the next result row as a Map. |
Map |
ResultIterator.nextObjectId(DbEntity entity)
Returns a map of ObjectId values from the next result row. |
boolean |
DbLoaderDelegate.overwriteDbEntity(DbEntity ent)
Returns true to tell DbLoader that it is OK to overwrite DbEntity that already exists in the model. |
ResultIterator |
DataContext.performIteratedQuery(Query query)
Performs a single database select query returning result as a ResultIterator. |
protected void |
DataPort.processInsert(List entities)
Reads source data from source, saving it to destination. |
abstract void |
Transaction.rollback()
|
void |
ResultIterator.skipDataRow()
Skips current data row instead of reading it. |
Uses of CayenneException in org.apache.cayenne.access.jdbc |
---|
Methods in org.apache.cayenne.access.jdbc that throw CayenneException | |
---|---|
protected void |
JDBCResultIterator.checkNextRow()
Moves internal ResultSet cursor position down one row. |
void |
JDBCResultIterator.close()
Closes ResultIterator and associated ResultSet. |
protected BatchQueryBuilder |
BatchAction.createBuilder()
|
List |
JDBCResultIterator.dataRows(boolean close)
Returns all unread data rows from ResultSet, closing this iterator if needed. |
Map |
JDBCResultIterator.nextDataRow()
Returns the next result row as a Map. |
Map |
JDBCResultIterator.nextObjectId(DbEntity entity)
Returns a map of ObjectId values from the next result row. |
protected void |
BatchAction.processGeneratedKeys(Statement statement,
OperationObserver observer)
Implements generated keys extraction supported in JDBC 3.0 specification. |
protected Map |
JDBCResultIterator.readDataRow()
Reads a row from the internal ResultSet at the current cursor position. |
protected Map |
JDBCResultIterator.readIdRow()
Reads a row from the internal ResultSet at the current cursor position, processing only columns that are part of the ObjectId of a target class. |
void |
JDBCResultIterator.skipDataRow()
|
Constructors in org.apache.cayenne.access.jdbc that throw CayenneException | |
---|---|
JDBCResultIterator(Connection connection,
Statement statement,
ResultSet resultSet,
RowDescriptor descriptor,
int fetchLimit)
Creates new JDBCResultIterator that reads from provided ResultSet. |
Uses of CayenneException in org.apache.cayenne.access.util |
---|
Methods in org.apache.cayenne.access.util that throw CayenneException | |
---|---|
void |
DistinctResultIterator.close()
CLoses underlying ResultIterator. |
List |
DistinctResultIterator.dataRows(boolean close)
Returns all data rows. |
ResultIterator |
IteratedSelectObserver.getResultIterator()
|
boolean |
DistinctResultIterator.hasNextRow()
|
Map |
DistinctResultIterator.nextDataRow()
|
Map |
DistinctResultIterator.nextObjectId(DbEntity entity)
Returns a Map for the next ObjectId. |
void |
DistinctResultIterator.skipDataRow()
|
Constructors in org.apache.cayenne.access.util that throw CayenneException | |
---|---|
DistinctResultIterator(ResultIterator wrappedIterator,
DbEntity defaultEntity,
boolean compareFullRows)
Creates new DistinctResultIterator wrapping another ResultIterator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |