SetAction |
B.set(byte[] value) |
Returns a SetAction object used for building update
expression.
|
SetAction |
B.set(B source) |
Returns a SetAction object used for building update
expression.
|
SetAction |
B.set(IfNotExistsFunction<B> ifNotExistsFunction) |
Returns a SetAction object used for building update
expression.
|
SetAction |
B.set(ByteBuffer value) |
Returns a SetAction object used for building update
expression.
|
SetAction |
BOOL.set(boolean value) |
Returns a SetAction object used for building update
expression.
|
SetAction |
BOOL.set(BOOL source) |
Returns a SetAction object used for building update
expression.
|
SetAction |
BOOL.set(IfNotExistsFunction<BOOL> ifNotExistsFunction) |
Returns a SetAction object used for building update
expression.
|
SetAction |
BS.set(byte[]... value) |
Returns a SetAction object used for building update
expression.
|
SetAction |
BS.set(BS source) |
Returns a SetAction object used for building update
expression.
|
SetAction |
BS.set(IfNotExistsFunction<BS> ifNotExistsFunction) |
Returns a SetAction object used for building update
expression.
|
SetAction |
BS.set(ByteBuffer... value) |
Returns a SetAction object used for building update
expression.
|
SetAction |
BS.set(Set<byte[]> value) |
Returns a SetAction object used for building update
expression.
|
SetAction |
L.set(IfNotExistsFunction<L> ifNotExistsFunction) |
Returns a SetAction object used for building update
expression.
|
SetAction |
L.set(L source) |
Returns a SetAction object used for building update
expression.
|
SetAction |
L.set(ListAppendFunction listAppendFunction) |
Returns a SetAction for adding the value of evaluating the
specified ListAppend function as an attribute to an item.
|
SetAction |
L.set(List<?> value) |
Returns a SetAction object used for building update
expression.
|
SetAction |
M.set(IfNotExistsFunction<M> ifNotExistsFunction) |
Returns a SetAction object used for building update
expression.
|
SetAction |
M.set(M source) |
Returns a SetAction object used for building update
expression.
|
SetAction |
M.set(Map<String,?> value) |
Returns a SetAction object used for building update
expression.
|
SetAction |
N.set(IfNotExistsFunction<N> ifNotExistsFunction) |
Returns a SetAction object used for building update
expression.
|
SetAction |
N.set(MinusOperation minusOperation) |
Returns a SetAction object used for building update
expression with the specified MinusOperation .
|
SetAction |
N.set(N source) |
Returns a SetAction object used for building update
expression.
|
SetAction |
N.set(PlusOperation plusOperation) |
Returns a SetAction object used for building update
expression with the specified PlusOperation .
|
SetAction |
N.set(Number value) |
Returns a SetAction object used for building update
expression.
|
SetAction |
NS.set(IfNotExistsFunction<NS> ifNotExistsFunction) |
Returns a SetAction object used for building update
expression.
|
SetAction |
NS.set(NS source) |
Returns a SetAction object used for building update
expression.
|
SetAction |
NS.set(Number... values) |
Returns a SetAction object used for building update
expression.
|
<T extends Number> SetAction |
NS.set(Set<T> value) |
Returns a SetAction object used for building update
expression.
|
SetAction |
NULL.set() |
Returns a SetAction object (used for building update
expression) of setting an attribute to null.
|
SetAction |
S.set(IfNotExistsFunction<S> ifNotExistsFunction) |
Returns a SetAction object used for building update
expression.
|
SetAction |
S.set(S source) |
Returns a SetAction object used for building update
expression.
|
SetAction |
S.set(String value) |
Returns a SetAction object used for building update
expression.
|
SetAction |
SS.set(IfNotExistsFunction<SS> ifNotExistsFunction) |
Returns a SetAction object used for building update
expression.
|
SetAction |
SS.set(SS source) |
Returns a SetAction object used for building update
expression.
|
SetAction |
SS.set(String... values) |
Returns a SetAction object used for building update
expression.
|
SetAction |
SS.set(Set<String> value) |
Returns a SetAction object used for building update
expression.
|