public class PrimaryKeyClassEntityMetadataVerifier extends Object implements CassandraPersistentEntityMetadataVerifier
CassandraPersistentEntityMetadataVerifier for PrimaryKeyClass entities. Ensures a valid mapping for
composite primary keys.PrimaryKeyClass| Constructor and Description |
|---|
PrimaryKeyClassEntityMetadataVerifier() |
| 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 PrimaryKeyClassEntityMetadataVerifier()
public void verify(CassandraPersistentEntity<?> entity) throws MappingException
CassandraPersistentEntityMetadataVerifierverify in interface CassandraPersistentEntityMetadataVerifierentity - the entity to verify, must not be null.MappingExceptionCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.