Module spring.data.cassandra
Class BasicCassandraPersistentEntityMetadataVerifier
java.lang.Object
org.springframework.data.cassandra.core.mapping.BasicCassandraPersistentEntityMetadataVerifier
- All Implemented Interfaces:
CassandraPersistentEntityMetadataVerifier
public class BasicCassandraPersistentEntityMetadataVerifier
extends Object
implements CassandraPersistentEntityMetadataVerifier
Default implementation for Cassandra Persistent Entity Verification. Ensures that annotated
entities will map properly to a Cassandra Table.- Author:
- Matthew T Adams, David Webb, John Blum, Mark Paluch
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidverify(CassandraPersistentEntity<?> entity) Performs verification on the Persistent Entity to ensure all markers and marker combinations are valid.
-
Constructor Details
-
BasicCassandraPersistentEntityMetadataVerifier
public BasicCassandraPersistentEntityMetadataVerifier()
-
-
Method Details
-
verify
Description copied from interface:CassandraPersistentEntityMetadataVerifierPerforms verification on the Persistent Entity to ensure all markers and marker combinations are valid.- Specified by:
verifyin interfaceCassandraPersistentEntityMetadataVerifier- Parameters:
entity- the entity to verify, must not be null.- Throws:
MappingException
-