public static class ClobTypeDescriptor.ClobMutabilityPlan extends Object implements MutabilityPlan<Clob>
| Modifier and Type | Field and Description |
|---|---|
static ClobTypeDescriptor.ClobMutabilityPlan |
INSTANCE |
| Constructor and Description |
|---|
ClobMutabilityPlan() |
| Modifier and Type | Method and Description |
|---|---|
Clob |
assemble(Serializable cached)
Assemble a previously disassembled value.
|
Clob |
deepCopy(Clob value)
Return a deep copy of the value.
|
Serializable |
disassemble(Clob 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 ClobTypeDescriptor.ClobMutabilityPlan INSTANCE
public boolean isMutable()
MutabilityPlanCan the internal state of instances of <tt>T</tt> be changed?
isMutable in interface MutabilityPlan<Clob>public Clob deepCopy(Clob value)
MutabilityPlanReturn a deep copy of the value.
deepCopy in interface MutabilityPlan<Clob>value - The value to deep copypublic Serializable disassemble(Clob 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<Clob>value - The value to disassembleMutabilityPlan.assemble(java.io.Serializable)public Clob 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<Clob>cached - The disassembled stateMutabilityPlan.disassemble(T)Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.