Uses of Interface
org.springframework.data.cassandra.core.mapping.CassandraPersistentEntityMetadataVerifier
Packages that use CassandraPersistentEntityMetadataVerifier
Package
Description
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
-
Uses of CassandraPersistentEntityMetadataVerifier in org.springframework.data.cassandra.core.mapping
Classes in org.springframework.data.cassandra.core.mapping that implement CassandraPersistentEntityMetadataVerifierModifier and TypeClassDescriptionclassDefault implementation for Cassandra Persistent Entity Verification.classCompositeCassandraPersistentEntityMetadataVerifierto verify persistent entities and primary key classes.classCassandraPersistentEntityMetadataVerifierforPrimaryKeyClassentities.Methods in org.springframework.data.cassandra.core.mapping that return CassandraPersistentEntityMetadataVerifierModifier and TypeMethodDescriptionBasicCassandraPersistentEntity.getVerifier()CassandraMappingContext.getVerifier()Methods in org.springframework.data.cassandra.core.mapping with parameters of type CassandraPersistentEntityMetadataVerifierModifier and TypeMethodDescriptionvoidBasicCassandraPersistentEntity.setVerifier(CassandraPersistentEntityMetadataVerifier verifier) voidCassandraMappingContext.setVerifier(CassandraPersistentEntityMetadataVerifier verifier) Constructors in org.springframework.data.cassandra.core.mapping with parameters of type CassandraPersistentEntityMetadataVerifierModifierConstructorDescriptionBasicCassandraPersistentEntity(TypeInformation<T> typeInformation, CassandraPersistentEntityMetadataVerifier verifier) Create a newBasicCassandraPersistentEntitywith the givenTypeInformation.protectedBasicCassandraPersistentEntity(TypeInformation<T> typeInformation, CassandraPersistentEntityMetadataVerifier verifier, Comparator<CassandraPersistentProperty> comparator) Create a newBasicCassandraPersistentEntitywith the givenTypeInformation.CassandraUserTypePersistentEntity(TypeInformation<T> typeInformation, CassandraPersistentEntityMetadataVerifier verifier) Create a newCassandraUserTypePersistentEntity.