Uses of Annotation Interface
org.springframework.data.cassandra.core.mapping.Column
Packages that use Column
Package
Description
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
-
Uses of Column in org.springframework.data.cassandra.core.mapping
Classes in org.springframework.data.cassandra.core.mapping with annotations of type ColumnModifier and TypeClassDescription@interface
Identifies the primary key field of the entity, which may be of a basic type or of a type that represents a composite primary key class.@interface
Identifies the annotated field of a composite primary key class as a primary key field that is either a partition or cluster key field.Methods in org.springframework.data.cassandra.core.mapping with parameters of type Column