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