private static class UnsupportedColumnInfoImpl.UnsupportedValueImpl extends ComplexColumnInfoImpl.ComplexValueImpl implements UnsupportedValue
ComplexValue.Id| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,java.lang.Object> |
_values |
| Modifier | Constructor and Description |
|---|---|
private |
UnsupportedValueImpl(ComplexValue.Id id,
ComplexValueForeignKey complexValueFk,
java.util.Map<java.lang.String,java.lang.Object> values) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the data for this complex value from the database.
|
java.lang.Object |
get(java.lang.String columnName) |
java.util.Map<java.lang.String,java.lang.Object> |
getValues() |
void |
set(java.lang.String columnName,
java.lang.Object value) |
java.lang.String |
toString() |
void |
update()
Writes any updated data for this complex value to the database.
|
equals, getColumn, getComplexValueForeignKey, getId, hashCode, setComplexValueForeignKey, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetColumn, getComplexValueForeignKey, getId, setComplexValueForeignKey, setIdprivate UnsupportedValueImpl(ComplexValue.Id id, ComplexValueForeignKey complexValueFk, java.util.Map<java.lang.String,java.lang.Object> values)
public java.util.Map<java.lang.String,java.lang.Object> getValues()
getValues in interface UnsupportedValuepublic java.lang.Object get(java.lang.String columnName)
get in interface UnsupportedValuepublic void set(java.lang.String columnName,
java.lang.Object value)
set in interface UnsupportedValuepublic void update()
throws java.io.IOException
ComplexValueupdate in interface ComplexValuejava.io.IOExceptionpublic void delete()
throws java.io.IOException
ComplexValuedelete in interface ComplexValuejava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object