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 <tt>T</tt> be changed?
|
public static final NClobTypeDescriptor.NClobMutabilityPlan INSTANCE
public boolean isMutable()
MutabilityPlanCan the internal state of instances of <tt>T</tt> be changed?
isMutable in interface MutabilityPlan<NClob>public NClob deepCopy(NClob value)
MutabilityPlanReturn a deep copy of the value.
deepCopy in interface MutabilityPlan<NClob>value - The value to deep copypublic Serializable disassemble(NClob value)
MutabilityPlanReturn a "disassembled" representation of the value. This is used to push values onto the
second level cache. Compliment to MutabilityPlan.assemble(java.io.Serializable)
disassemble in interface MutabilityPlan<NClob>value - The value to disassembleMutabilityPlan.assemble(java.io.Serializable)public NClob assemble(Serializable cached)
MutabilityPlanAssemble a previously disassembled value. This is used when pulling values from the
second level cache. Compliment to MutabilityPlan.disassemble(T)
assemble in interface MutabilityPlan<NClob>cached - The disassembled stateMutabilityPlan.disassemble(T)Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.