public static class NClobTypeDescriptor.NClobMutabilityPlan extends Object implements MutabilityPlan<NClob>
| Modifier and Type | Field and Description |
|---|---|
static NClobTypeDescriptor.NClobMutabilityPlan |
INSTANCE |
| Constructor and Description |
|---|
NClobMutabilityPlan() |
| Modifier and Type | Method and Description |
|---|---|
NClob |
assemble(Serializable cached)
Assemble a previously disassembled value.
|
NClob |
deepCopy(NClob value)
Return a deep copy of the value.
|
Serializable |
disassemble(NClob value)
Return a "disassembled" representation of the value.
|
boolean |
isMutable()
Can the internal state of instances of T be changed?
|
public static final NClobTypeDescriptor.NClobMutabilityPlan INSTANCE
public boolean isMutable()
MutabilityPlanisMutable in interface MutabilityPlan<NClob>public NClob deepCopy(NClob value)
MutabilityPlandeepCopy in interface MutabilityPlan<NClob>value - The value to deep copypublic Serializable disassemble(NClob value)
MutabilityPlanMutabilityPlan.assemble(java.io.Serializable)disassemble in interface MutabilityPlan<NClob>value - The value to disassembleMutabilityPlan.assemble(java.io.Serializable)public NClob assemble(Serializable cached)
MutabilityPlanMutabilityPlan.disassemble(T)assemble in interface MutabilityPlan<NClob>cached - The disassembled stateMutabilityPlan.disassemble(T)Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.