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