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.
Interface for Cassandra Persistent Entity Mapping Verification.
- Author:
- David Webb, Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionvoid
verify
(CassandraPersistentEntity<?> entity) Performs verification on the Persistent Entity to ensure all markers and marker combinations are valid.
-
Method Details
-
verify
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:
MappingException
-