|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ojb.broker.lob.LobHandle
org.apache.ojb.broker.lob.BlobHandle
org.norther.tammi.root.ojb.lob.IdBlobHandle
public class IdBlobHandle
Extends BlobHandle with primary id support.
| Constructor Summary | |
|---|---|
protected |
IdBlobHandle(PersistenceBrokerInternal broker,
Blob blob,
Object... ids)
Constructs a new BLOB handle. |
| Method Summary | |
|---|---|
Object[] |
getPrimaryIds()
Gets the primary ids of the Blob. |
protected boolean |
isCoupled()
|
void |
setPrimaryIds(Object... ids)
Sets the primary ids of the Blob. |
| Methods inherited from class org.apache.ojb.broker.lob.BlobHandle |
|---|
decoupledCopy, free, getBinaryStream, getBinaryStream, getBlob, getBytes, length, position, position, setBinaryStream, setBytes, setBytes, truncate |
| Methods inherited from class org.apache.ojb.broker.lob.LobHandle |
|---|
afterBegin, afterCommit, afterOpen, afterRollback, beforeBegin, beforeClose, beforeCommit, beforeRollback, checkActive, decouple, getLocator, isActive, isDirty, isTransient, markDirty, setDirty, txFail, txSuccess |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected IdBlobHandle(PersistenceBrokerInternal broker,
Blob blob,
Object... ids)
broker - the broker.blob - the Blob adaptee.ids - optional primary ids.| Method Detail |
|---|
public Object[] getPrimaryIds()
public void setPrimaryIds(Object... ids)
ids - the primary ids.protected boolean isCoupled()
isCoupled in class org.apache.ojb.broker.lob.LobHandle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||