| Package | Description |
|---|---|
| org.springframework.cassandra.core |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
CqlTemplate.doExecute(SessionCallback<T> callback)
Execute a command at the Session Level
|
<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-2014–2015 Pivotal Software, Inc.. All rights reserved.