public class BasicCassandraPersistentEntityMetadataVerifier extends Object implements CassandraPersistentEntityMetadataVerifier
entities will map properly to a Cassandra Table.Table,
PrimaryKey,
Id| Constructor and Description |
|---|
BasicCassandraPersistentEntityMetadataVerifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
verify(CassandraPersistentEntity<?> entity)
Performs verification on the Persistent Entity to ensure all markers and marker combinations are valid.
|
public BasicCassandraPersistentEntityMetadataVerifier()
public void verify(CassandraPersistentEntity<?> entity) throws MappingException
CassandraPersistentEntityMetadataVerifierverify in interface CassandraPersistentEntityMetadataVerifierentity - the entity to verify, must not be null.MappingExceptionCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.