Package | Description |
---|---|
com.datastax.oss.driver.api.mapper.entity | |
com.datastax.oss.driver.api.mapper.entity.saving |
Modifier and Type | Method and Description |
---|---|
<SettableT extends SettableByName<SettableT>> |
EntityHelper.set(EntityT entity,
SettableT target,
NullSavingStrategy nullSavingStrategy)
Deprecated.
|
default <SettableT extends SettableByName<SettableT>> |
EntityHelper.set(EntityT entity,
SettableT target,
NullSavingStrategy nullSavingStrategy,
boolean lenient)
Sets the properties of an entity instance into a target data structure.
|
Modifier and Type | Method and Description |
---|---|
static NullSavingStrategy |
NullSavingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullSavingStrategy[] |
NullSavingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2022. All rights reserved.