JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Data for Apache Cassandra Core
org.springframework.data.cassandra.core
ExecutableInsertOperation
ExecutableInsert
Uses of Interface
org.springframework.data.cassandra.core.ExecutableInsertOperation.ExecutableInsert
Packages that use
ExecutableInsertOperation.ExecutableInsert
Package
Description
org.springframework.data.cassandra.core
Apache Cassandra core support.
Uses of
ExecutableInsertOperation.ExecutableInsert
in
org.springframework.data.cassandra.core
Methods in
org.springframework.data.cassandra.core
that return
ExecutableInsertOperation.ExecutableInsert
Modifier and Type
Method
Description
<T>
ExecutableInsertOperation.ExecutableInsert
<T>
CassandraTemplate.
insert
(
Class
<T> domainType)
<T>
ExecutableInsertOperation.ExecutableInsert
<T>
ExecutableInsertOperation.
insert
(
Class
<T> domainType)
Begin creating an
INSERT
operation for given
domainType
.