public class AfterLoadEvent<T> extends CassandraMappingEvent<com.datastax.oss.driver.api.core.cql.Row>
com.datastax.driver.core.Row
s to be mapped onto a given type.source
Constructor and Description |
---|
AfterLoadEvent(com.datastax.oss.driver.api.core.cql.Row source,
Class<T> type,
com.datastax.oss.driver.api.core.CqlIdentifier tableName)
|
Modifier and Type | Method and Description |
---|---|
Class<T> |
getType()
Returns the type for which the
AfterLoadEvent shall be invoked for. |
getSource, getTableName
getTimestamp
toString
public Class<T> getType()
AfterLoadEvent
shall be invoked for.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.