クラス BeforeSaveEvent<E>

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

public class BeforeSaveEvent<E> extends AbstractStatementAwareMappingEvent<E>
オブジェクトの保存前に CassandraMappingEvent がトリガーされました。
導入:
2.1
作成者:
Lukasz Antoniak, Mark Paluch
関連事項:
  • コンストラクターの詳細

    • BeforeSaveEvent

      public BeforeSaveEvent(E source, com.datastax.oss.driver.api.core.CqlIdentifier table, com.datastax.oss.driver.api.core.cql.Statement<?> statement)
      新しい BeforeSaveEvent を作成します。
      パラメーター:
      source - null であってはなりません。
      table - null であってはなりません。
      statement - null であってはなりません。