org.apache.ode.daohib.bpel.hobj
Class HLargeData
java.lang.Object
org.apache.ode.daohib.bpel.hobj.HObject
org.apache.ode.daohib.bpel.hobj.HLargeData
public class HLargeData
- extends HObject
Used to store large data sets into a single table. When an HObject instance
needs to store as part of its state large binary or text data, a reference to
an instance of this class must be created.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HLargeData
public HLargeData()
HLargeData
public HLargeData(byte[] binary)
HLargeData
public HLargeData(java.lang.String text)
getBinary
public byte[] getBinary()
setBinary
public void setBinary(byte[] binary)
getText
public java.lang.String getText()