public static class

ClobTypeDescriptor.ClobMutabilityPlan

extends Object
implements MutabilityPlan<T>
java.lang.Object
   ↳ org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan

Summary

Fields
public static final ClobTypeDescriptor.ClobMutabilityPlan INSTANCE
Public Constructors
ClobTypeDescriptor.ClobMutabilityPlan()
Public Methods
Clob assemble(Serializable cached)
Assemble a previously disassembled value.
Clob deepCopy(Clob value)
Serializable disassemble(Clob value)
boolean isMutable()
Can the internal state of instances of T be changed?
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.type.descriptor.java.MutabilityPlan

Fields

public static final ClobTypeDescriptor.ClobMutabilityPlan INSTANCE

Public Constructors

public ClobTypeDescriptor.ClobMutabilityPlan ()

Public Methods

public Clob assemble (Serializable cached)

Assemble a previously disassembled value. This is used when pulling values from the second level cache. Compliment to disassemble(T)

Parameters
cached The disassembled state
Returns
  • The re-assembled value.

public Clob deepCopy (Clob value)

public Serializable disassemble (Clob value)

public boolean isMutable ()

Can the internal state of instances of T be changed?

Returns
  • True if the internal state can be changed; false otherwise.