Package | Description |
---|---|
org.apache.cayenne.access.jdbc |
Contains classes that handle JDBC interactions.
|
org.apache.cayenne.velocity |
Modifier and Type | Method and Description |
---|---|
SQLStatement |
SQLTemplateProcessor.processTemplate(String template,
List<Object> positionalParameters)
Builds and returns a SQLStatement based on SQL template String and a list
of positional parameters.
|
SQLStatement |
SQLTemplateProcessor.processTemplate(String template,
Map<String,?> parameters)
Builds and returns a SQLStatement based on SQL template String and a map
of parameters.
|
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) |
Modifier and Type | Method and Description |
---|---|
SQLStatement |
VelocitySQLTemplateProcessor.processTemplate(String template,
List<Object> positionalParameters) |
SQLStatement |
VelocitySQLTemplateProcessor.processTemplate(String template,
Map<String,?> parameters)
Builds and returns a SQLStatement based on SQL template and a set of
parameters.
|
Copyright © 2001–2015 Apache Cayenne. All rights reserved.