static IfNotExistsFunction<BOOL> |
ExpressionSpecBuilder.if_not_exists(String path,
boolean defaultValue) |
|
static IfNotExistsFunction<B> |
ExpressionSpecBuilder.if_not_exists(String path,
byte[] defaultValue) |
|
static IfNotExistsFunction<BS> |
ExpressionSpecBuilder.if_not_exists(String path,
byte[]... defaultValue) |
|
static IfNotExistsFunction<N> |
ExpressionSpecBuilder.if_not_exists(String path,
Number defaultValue) |
|
static IfNotExistsFunction<NS> |
ExpressionSpecBuilder.if_not_exists(String path,
Number... defaultValue) |
|
static IfNotExistsFunction<S> |
ExpressionSpecBuilder.if_not_exists(String path,
String defaultValue) |
|
static IfNotExistsFunction<SS> |
ExpressionSpecBuilder.if_not_exists(String path,
String... defaultValue) |
|
static IfNotExistsFunction<B> |
ExpressionSpecBuilder.if_not_exists(String path,
ByteBuffer defaultValue) |
|
static IfNotExistsFunction<BS> |
ExpressionSpecBuilder.if_not_exists(String path,
ByteBuffer... defaultValue) |
|
static IfNotExistsFunction<L> |
ExpressionSpecBuilder.if_not_exists(String path,
List<?> defaultValue) |
|
static IfNotExistsFunction<M> |
ExpressionSpecBuilder.if_not_exists(String path,
Map<String,?> defaultValue) |
|
IfNotExistsFunction<B> |
B.ifNotExists(byte[] defaultValue) |
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<B> |
B.ifNotExists(B defaultValue) |
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<B> |
B.ifNotExists(ByteBuffer defaultValue) |
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<BOOL> |
BOOL.ifNotExists(boolean defaultValue) |
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<BOOL> |
BOOL.ifNotExists(BOOL defaultValue) |
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<BS> |
BS.ifNotExists(byte[]... defaultValue) |
Returns an IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<BS> |
BS.ifNotExists(BS defaultValue) |
Returns an IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<BS> |
BS.ifNotExists(ByteBuffer... defaultValue) |
Returns an IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<L> |
L.ifNotExists(L that) |
|
IfNotExistsFunction<L> |
L.ifNotExists(Object... defaultValues) |
|
IfNotExistsFunction<L> |
L.ifNotExists(List<?> defaultValue) |
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<M> |
M.ifNotExists(M defaultValue) |
|
IfNotExistsFunction<M> |
M.ifNotExists(Map<String,?> defaultValue) |
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<N> |
N.ifNotExists(N defaultValue) |
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current attribute; used for building expressions.
|
IfNotExistsFunction<N> |
N.ifNotExists(Number defaultValue) |
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<NS> |
NS.ifNotExists(NS defaultValue) |
Returns an IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<NS> |
NS.ifNotExists(Number... defaultValue) |
Returns an IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
<T extends Number> IfNotExistsFunction<NS> |
NS.ifNotExists(Set<T> defaultValue) |
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<S> |
S.ifNotExists(S defaultValue) |
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current attribute; used for building expressions.
|
IfNotExistsFunction<S> |
S.ifNotExists(String defaultValue) |
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<SS> |
SS.ifNotExists(SS defaultValue) |
Returns an IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<SS> |
SS.ifNotExists(String... defaultValue) |
Returns an IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|
IfNotExistsFunction<SS> |
SS.ifNotExists(Set<String> defaultValue) |
Returns an IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions.
|