Uses of Package
org.springframework.data.cassandra.core.mapping
Packages that use org.springframework.data.cassandra.core.mapping
Package
Description
Spring Data Cassandra
factory beans
and configuration.Apache Cassandra core support.
Spring Data Cassandra specific converter infrastructure.
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
Query derivation mechanism for Apache Cassandra specific repositories.
Support infrastructure for query derivation of Apache Cassandra specific repositories.
-
Classes in org.springframework.data.cassandra.core.mapping used by org.springframework.data.cassandra.configClassDescriptionDefault implementation of a
MappingContext
for Cassandra usingCassandraPersistentEntity
andCassandraPersistentProperty
as primary abstractions.Strategy interface to resolveUserDefinedType
byname
. -
Classes in org.springframework.data.cassandra.core.mapping used by org.springframework.data.cassandra.coreClassDescriptionDefault implementation of a
MappingContext
for Cassandra usingCassandraPersistentEntity
andCassandraPersistentProperty
as primary abstractions.Cassandra specificPersistentEntity
abstraction. -
Classes in org.springframework.data.cassandra.core.mapping used by org.springframework.data.cassandra.core.convertClassDescriptionDefault implementation of a
MappingContext
for Cassandra usingCassandraPersistentEntity
andCassandraPersistentProperty
as primary abstractions.Cassandra specificPersistentEntity
abstraction.Cassandra specificPersistentProperty
extension.Specifies the Cassandra type of the annotated property or parameter when used in query methods.Strategy interface to resolveUserDefinedType
byname
. -
Classes in org.springframework.data.cassandra.core.mapping used by org.springframework.data.cassandra.core.mappingClassDescriptionCassandra specific
BasicPersistentEntity
implementation that adds Cassandra specific metadata.Cassandra specificAnnotationBasedPersistentProperty
implementation.Simple implementation ofMapId
.Deprecated.since 3.0 without replacement.Default implementation of aMappingContext
for Cassandra usingCassandraPersistentEntity
andCassandraPersistentProperty
as primary abstractions.Cassandra specificPersistentEntity
abstraction.Interface for Cassandra Persistent Entity Mapping Verification.Cassandra specificPersistentProperty
extension.Comparator
implementation that ordersCassandraPersistentProperty
instances.Comparator
implementation that uses, in order, the...Cassandra Protocol types.Deprecated.since 3.0, useSimpleTupleTypeFactory
instead.Annotation to define custom metadata for document fields.The annotation to configure a value object as embedded in the current table.Load strategy to be usedEmbedded.onEmpty()
.Mapping information for an individual entity class.Exception thrown on incorrect mapping of an Id interface.Interface that represents the id of a persistent entity, where the keys correspond to the entity's JavaBean properties.Interface and default implementation of a naming strategy.Utility to translate aCassandraPersistentProperty
into a corresponding property from a differentCassandraPersistentEntity
by looking it up by name.Identifies the annotated field of a composite primary key class as a primary key field that is either a partition or cluster key field.Mapping between a persistent entity's property and its column.Deprecated.since 3.0Strategy interface to resolveUserDefinedType
byname
. -
Classes in org.springframework.data.cassandra.core.mapping used by org.springframework.data.cassandra.repository.queryClassDescriptionCassandra specific
PersistentEntity
abstraction.Cassandra specificPersistentProperty
extension.Specifies the Cassandra type of the annotated property or parameter when used in query methods. -