| Package | Description |
|---|---|
| org.springframework.cassandra.core |
CQL core support.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
CqlTemplate.doExecute(SessionCallback<T> callback)
Executes the given command in a Cassandra
Session. |
<T> T |
CqlTemplate.execute(SessionCallback<T> sessionCallback) |
<T> T |
CqlOperations.execute(SessionCallback<T> sessionCallback)
Executes the supplied
SessionCallback in the current Template Session. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.