org.jbpm.lob
Class ClobStrategyText

java.lang.Object
  extended by org.jbpm.lob.ClobStrategyText
All Implemented Interfaces:
ClobStrategy

public class ClobStrategyText
extends java.lang.Object
implements ClobStrategy


Constructor Summary
ClobStrategyText()
           
 
Method Summary
 char[] get(Clob clob)
           
 void set(char[] chars, Clob clob)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClobStrategyText

public ClobStrategyText()
Method Detail

get

public char[] get(Clob clob)
Specified by:
get in interface ClobStrategy

set

public void set(char[] chars,
                Clob clob)
Specified by:
set in interface ClobStrategy