クラス AfterConvertEvent<E>

実装されたすべてのインターフェース:
SerializableSE

public class AfterConvertEvent<E> extends CassandraMappingEvent<E>
Row を変換した後にトリガーされるイベント。
導入:
2.1
作成者:
Mark Paluch
関連事項:
  • コンストラクターの詳細

    • AfterConvertEvent

      public AfterConvertEvent(com.datastax.oss.driver.api.core.cql.Row row, E source, com.datastax.oss.driver.api.core.CqlIdentifier tableName)
      指定された source および tableName の新しい AfterConvertEvent を作成します。
      パラメーター:
      source - null であってはなりません。
      tableName - null であってはなりません。
  • メソッドの詳細

    • getRow

      public com.datastax.oss.driver.api.core.cql.Row getRow()
      この AfterConvertEvent の派生元である Row を返します。
      戻り値: