public class CassandraPendingUpdateAdapter extends PendingUpdateAdapter
Provides a default implementation for the PendingUpdate interface
- The native entry to persist| Fields inherited from class | Fields |
|---|---|
class PendingOperationAdapter |
entity, executed, nativeEntry, nativeKey |
| Constructor and description |
|---|
CassandraPendingUpdateAdapter
(PersistentEntity entity, K nativeKey, com.datastax.driver.core.Statement statement, org.springframework.data.cassandra.core.CassandraTemplate cassandraTemplate) |
| Type | Name and description |
|---|---|
com.datastax.driver.core.Statement |
getStatement() |
void |
run() |
void |
setStatement(com.datastax.driver.core.Statement statement) |
| Methods inherited from class | Name |
|---|---|
class PendingUpdateAdapter |
getEntityAccess, getObject, isVetoed, setVetoed |
class PendingOperationAdapter |
addCascadeOperation, addPreOperation, getCascadeOperations, getEntity, getNativeEntry, getNativeKey, getObject, getPreOperations, isVetoed, setExecuted, setVetoed, wasExecuted |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |