Uses of Class
org.jbpm.pvm.internal.lob.CharChop

Packages that use CharChop
org.jbpm.pvm.internal.lob offers blob and clob objects to be used in pvm persistent objects so that persistence strategy is configurable. 
 

Uses of CharChop in org.jbpm.pvm.internal.lob
 

Fields in org.jbpm.pvm.internal.lob with type parameters of type CharChop
protected  java.util.List<CharChop> Lob.charChops
           
 

Methods in org.jbpm.pvm.internal.lob that return types with arguments of type CharChop
 java.util.List<CharChop> ClobStrategyChopped.chop(char[] chars)
           
 

Method parameters in org.jbpm.pvm.internal.lob with type arguments of type CharChop
 char[] ClobStrategyChopped.glue(java.util.List<CharChop> charChops)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.