org.jbpm.pvm.internal.lob
Class ClobStrategyText

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

public class ClobStrategyText
extends java.lang.Object
implements ClobStrategy


Constructor Summary
ClobStrategyText()
           
 
Method Summary
 char[] get(Lob lob)
           
 void set(char[] chars, Lob lob)
           
 
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(Lob lob)
Specified by:
get in interface ClobStrategy

set

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


Copyright © 2010 JBoss Community. All Rights Reserved.