Class BeforeSaveEvent<E>

All Implemented Interfaces:
Serializable

public class BeforeSaveEvent<E> extends AbstractStatementAwareMappingEvent<E>
CassandraMappingEvent triggered before save of an object.
Since:
2.1
Author:
Lukasz Antoniak, Mark Paluch
See Also:
  • Constructor Details

    • BeforeSaveEvent

      public BeforeSaveEvent(E source, com.datastax.oss.driver.api.core.CqlIdentifier table, com.datastax.oss.driver.api.core.cql.Statement<?> statement)
      Create a new BeforeSaveEvent.
      Parameters:
      source - must not be null.
      table - must not be null.
      statement - must not be null.