public abstract class AbstractStatementAwareMappingEvent<T> extends CassandraMappingEvent<T>
source| Constructor and Description |
|---|
AbstractStatementAwareMappingEvent(T source,
com.datastax.driver.core.Statement statement,
CqlIdentifier tableName)
Creates new
AbstractStatementAwareMappingEvent. |
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.Statement |
getStatement() |
getSource, getTableNamegetTimestamptoStringpublic AbstractStatementAwareMappingEvent(T source, com.datastax.driver.core.Statement statement, CqlIdentifier tableName)
AbstractStatementAwareMappingEvent.source - must not be null.statement - must not be null.tableName - must not be null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.