public class BeforeSaveEvent<E> extends AbstractStatementAwareMappingEvent<E>
CassandraMappingEvent triggered before save of an object.source| Constructor and Description |
|---|
BeforeSaveEvent(E source,
CqlIdentifier table,
com.datastax.driver.core.Statement statement)
Create a new
BeforeSaveEvent. |
getStatementgetSource, getTableNamegetTimestamptoStringpublic BeforeSaveEvent(E source, CqlIdentifier table, com.datastax.driver.core.Statement statement)
BeforeSaveEvent.source - must not be null.table - must not be null.statement - must not be null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.