Package | Description |
---|---|
org.apache.cayenne.access.jdbc |
Contains classes that handle JDBC interactions.
|
org.apache.cayenne.merge | |
org.apache.cayenne.velocity |
Modifier and Type | Field and Description |
---|---|
protected ParameterBinding[] |
SQLStatement.bindings |
Modifier and Type | Method and Description |
---|---|
ParameterBinding[] |
SQLStatement.getBindings() |
Modifier and Type | Method and Description |
---|---|
protected void |
SQLTemplateAction.bind(PreparedStatement preparedStatement,
ParameterBinding[] bindings)
Binds parameters to the PreparedStatement.
|
void |
SQLStatement.setBindings(ParameterBinding[] bindings) |
Constructor and Description |
---|
SQLStatement(String sql,
ColumnDescriptor[] resultColumns,
ParameterBinding[] bindings) |
SQLStatement(String sql,
ParameterBinding[] bindings) |
Modifier and Type | Method and Description |
---|---|
protected ParameterBinding |
DefaultValueForNullProvider.get(DbEntity entity,
DbAttribute column) |
Modifier and Type | Method and Description |
---|---|
protected void |
BindDirective.bind(org.apache.velocity.context.InternalContextAdapter context,
ParameterBinding binding)
Adds value to the list of bindings in the context.
|
protected void |
BindDirective.render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
ParameterBinding binding) |
protected void |
BindEqualDirective.render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
ParameterBinding binding) |
protected void |
BindNotEqualDirective.render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
ParameterBinding binding) |
protected void |
BindObjectEqualDirective.render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
ParameterBinding binding) |
protected void |
BindObjectNotEqualDirective.render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
ParameterBinding binding) |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.