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

Packages that use BytesChop
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 BytesChop in org.jbpm.pvm.internal.lob
 

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

Methods in org.jbpm.pvm.internal.lob that return types with arguments of type BytesChop
 java.util.List<BytesChop> BlobStrategyChopped.chop(byte[] bytes)
           
 

Method parameters in org.jbpm.pvm.internal.lob with type arguments of type BytesChop
 byte[] BlobStrategyChopped.glue(java.util.List<BytesChop> bytesChops)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.