JavaScript is disabled on your browser.
Skip navigation links
Spring Data for Apache Cassandra
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.springframework.data.cassandra.core.mapping.EntityMapping
Packages that use
EntityMapping
Package
Description
org.springframework.data.cassandra.core.mapping
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
Uses of
EntityMapping
in
org.springframework.data.cassandra.core.mapping
Methods in
org.springframework.data.cassandra.core.mapping
that return types with arguments of type
EntityMapping
Modifier and Type
Method
Description
Set
<
EntityMapping
>
Mapping.
getEntityMappings
()
Method parameters in
org.springframework.data.cassandra.core.mapping
with type arguments of type
EntityMapping
Modifier and Type
Method
Description
void
Mapping.
setEntityMappings
(
Set
<
EntityMapping
> mappings)