Package | Description |
---|---|
org.apache.cayenne.access.jdbc |
Contains classes that handle JDBC interactions.
|
Modifier and Type | Method and Description |
---|---|
protected RowDescriptorBuilder |
SQLTemplateAction.configureRowDescriptorBuilder(SQLStatement compiled,
ResultSet resultSet) |
protected void |
SQLTemplateAction.execute(Connection connection,
OperationObserver callback,
SQLStatement compiled,
Collection<Number> updateCounts) |
protected void |
SQLTemplateAction.processSelectResult(SQLStatement compiled,
Connection connection,
Statement statement,
ResultSet resultSet,
OperationObserver callback,
long startTime) |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.