Package | Description |
---|---|
com.datastax.oss.driver.api.core.cql | |
com.datastax.oss.driver.api.core.data | |
com.datastax.oss.driver.api.mapper.entity |
Modifier and Type | Interface and Description |
---|---|
interface |
Bindable<SelfT extends Bindable<SelfT>>
A data container with the ability to unset values.
|
interface |
BoundStatement
A prepared statement in its executable form, with values bound to the variables.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundStatementBuilder
A builder to create a bound statement.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SettableByName<SelfT extends SettableByName<SelfT>>
A data structure that provides methods to set its values via a name.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UdtValue
Driver-side representation of an instance of a CQL user defined type.
|
Modifier and Type | Method and Description |
---|---|
<SettableT extends SettableByName<SettableT>> |
EntityHelper.set(EntityT entity,
SettableT target,
NullSavingStrategy nullSavingStrategy)
Sets the properties of an entity instance into a target data structure.
|
Copyright © 2017–2020. All rights reserved.