public class JdbcLexicalUUID extends AbstractJdbcUUID
UUID CQL type (corresponding Java type: UUID).
CQL type description: a lexical UUID in standard UUID format.
| Modifier and Type | Field and Description |
|---|---|
static JdbcLexicalUUID |
INSTANCE
Gets a
JdbcLexicalUUID instance. |
DEFAULT_PRECISION, DEFAULT_SCALE| Modifier and Type | Method and Description |
|---|---|
UUID |
compose(Object obj)
Transforms the given object to an instance of the Java type corresponding to this type.
|
Object |
decompose(UUID value)
Transforms the given instance of the Java type corresponding to this type to a generic object.
|
getJdbcType, getPrecision, getScale, getType, isCaseSensitive, isCurrency, isSigned, needsQuotes, toStringpublic static final JdbcLexicalUUID INSTANCE
JdbcLexicalUUID instance.public UUID compose(@Nonnull Object obj)
AbstractJdbcTypecompose in class AbstractJdbcType<UUID>obj - The object.T.public Object decompose(@Nonnull UUID value)
AbstractJdbcTypedecompose in class AbstractJdbcType<UUID>value - The value.Copyright © 2020–2024 ING Bank. All rights reserved.