JavaScript is disabled on your browser.
Skip navigation links
Spring Data for Apache Cassandra
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.data.cassandra.core.mapping
Annotation Interface Frozen
@Documented
@Retention
(
RUNTIME
)
@Target
({
TYPE_USE
,
FIELD
,
METHOD
})
public @interface
Frozen
Indicates that a persistent property should use a
frozen
column type.
Since:
3.0
Author:
Jens Schauder
See Also:
Documentation about frozen collections