Class EntityWriteResult<T>

java.lang.Object
org.springframework.data.cassandra.core.WriteResult
org.springframework.data.cassandra.core.EntityWriteResult<T>

public class EntityWriteResult<T> extends WriteResult
The result of a write operation for an entity.
Since:
2.1
Author:
Mark Paluch
See Also:
  • Method Details

    • getEntity

      public T getEntity()
      Returns:
      the entity associated with this write operation result.