public final class JdbcJcrValueFactory extends Object
Value instances from arbitrary objects (avoiding the dependency on the real
ValueFactory implementations from other modules).| Modifier and Type | Field and Description |
|---|---|
protected static SimpleDateFormat |
ISO8601 |
| Modifier and Type | Method and Description |
|---|---|
static javax.jcr.Value |
createValue(Object value)
Creates a new
Value instance to be used by the JDBC driver. |
protected static final SimpleDateFormat ISO8601
public static javax.jcr.Value createValue(Object value)
Value instance to be used by the JDBC driver.value - an actual value which will be wrapped by the JCR value; may be nullValue instance or null if the given argument is null or is the string
NULLCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.