org.jbpm.lob
Class ClobStrategyClob

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

public class ClobStrategyClob
extends java.lang.Object
implements ClobStrategy


Constructor Summary
ClobStrategyClob()
           
 
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

ClobStrategyClob

public ClobStrategyClob()
Method Detail

set

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

get

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