Interface CassandraPersistentEntityMetadataVerifier

All Known Implementing Classes:
BasicCassandraPersistentEntityMetadataVerifier, CompositeCassandraPersistentEntityMetadataVerifier, PrimaryKeyClassEntityMetadataVerifier
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CassandraPersistentEntityMetadataVerifier
Interface for Cassandra Persistent Entity Mapping Verification.
Author:
David Webb, Mark Paluch
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Performs verification on the Persistent Entity to ensure all markers and marker combinations are valid.
  • Method Details

    • verify

      void verify(CassandraPersistentEntity<?> entity) throws org.springframework.data.mapping.MappingException
      Performs verification on the Persistent Entity to ensure all markers and marker combinations are valid.
      Parameters:
      entity - the entity to verify, must not be null.
      Throws:
      org.springframework.data.mapping.MappingException