| Package | Description |
|---|---|
| org.springframework.cassandra.core |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CqlTemplate.execute(PreparedStatementCreator psc,
PreparedStatementCallback<T> action) |
<T> T |
CqlOperations.execute(PreparedStatementCreator psc,
PreparedStatementCallback<T> action)
Uses the provided PreparedStatementCreator to prepare a new Session call, then executes the statement and processes
the statement using the provided Callback.
|
<T> T |
CqlTemplate.execute(String cql,
PreparedStatementCallback<T> action) |
<T> T |
CqlOperations.execute(String cql,
PreparedStatementCallback<T> action)
Converts the CQL provided into a
CachedPreparedStatementCreator. |
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.