public class AfterLoadEvent<T> extends CassandraMappingEvent<com.datastax.driver.core.Row>
Rows to be mapped onto a given type.source| Constructor and Description |
|---|
AfterLoadEvent(com.datastax.driver.core.Row source,
Class<T> type,
CqlIdentifier tableName)
|
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getType()
Returns the type for which the
AfterLoadEvent shall be invoked for. |
getSource, getTableNamegetTimestamptoStringpublic AfterLoadEvent(com.datastax.driver.core.Row source,
Class<T> type,
CqlIdentifier tableName)
source - must not be null.type - must not be null.tableName - must not be null.public Class<T> getType()
AfterLoadEvent shall be invoked for.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.