public class JdbcUUID extends AbstractJdbcUUID
| Modifier and Type | Method and Description |
|---|---|
UUID |
compose(ByteBuffer bytes) |
UUID |
compose(Object obj) |
Object |
decompose(UUID obj) |
String |
getString(ByteBuffer bytes) |
getJdbcType, getPrecision, getScale, getType, isCaseSensitive, isCurrency, isSigned, needsQuotes, toStringpublic static final JdbcUUID instance
public UUID compose(ByteBuffer bytes)
public String getString(ByteBuffer bytes)
public UUID compose(Object obj)
compose in class AbstractJdbcType<UUID>public Object decompose(UUID obj)
decompose in class AbstractJdbcType<UUID>Copyright © 2015–2016. All rights reserved.