public class BasicCassandraPersistentEntityMetadataVerifier extends Object implements CassandraPersistentEntityMetadataVerifier
entities will map properly to a Cassandra Table.Table,
PrimaryKey,
Id| Modifier and Type | Field and Description |
|---|---|
protected boolean |
strict
Deprecated.
|
| Constructor and Description |
|---|
BasicCassandraPersistentEntityMetadataVerifier() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStrict()
Deprecated.
Will be removed in future versions.
|
void |
setStrict(boolean strict)
Deprecated.
Will be removed in future versions.
|
void |
verify(CassandraPersistentEntity<?> entity)
Performs verification on the Persistent Entity to ensure all markers and marker combinations are valid.
|
@Deprecated protected boolean strict
public BasicCassandraPersistentEntityMetadataVerifier()
public void verify(CassandraPersistentEntity<?> entity) throws MappingException
CassandraPersistentEntityMetadataVerifierverify in interface CassandraPersistentEntityMetadataVerifierMappingException@Deprecated public boolean isStrict()
@Deprecated public void setStrict(boolean strict)
strict - boolean setting for strict.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.