|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CDOLob | |
|---|---|
| org.eclipse.emf.cdo.common.lob | Common concepts for dealing with large binary objects and large character objects. |
| org.eclipse.emf.cdo.transaction | Client concepts for dealing with transactions, distributed transactions and their save points. |
| org.eclipse.emf.spi.cdo | Client service provider interfaces and useful base implementations. |
| Uses of CDOLob in org.eclipse.emf.cdo.common.lob |
|---|
| Subclasses of CDOLob in org.eclipse.emf.cdo.common.lob | |
|---|---|
class |
CDOBlob
A identifiable binary large object with streaming support. |
class |
CDOClob
A identifiable character large object with streaming support. |
| Methods in org.eclipse.emf.cdo.common.lob with parameters of type CDOLob | |
|---|---|
static void |
CDOLobUtil.setStore(CDOLobStore store,
CDOLob<?> lob)
|
static void |
CDOLobUtil.write(ExtendedDataOutput out,
CDOLob<?> lob)
|
| Uses of CDOLob in org.eclipse.emf.cdo.transaction |
|---|
| Methods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOLob | |
|---|---|
Collection<CDOLob<?>> |
CDOCommitContext.getLobs()
|
| Uses of CDOLob in org.eclipse.emf.spi.cdo |
|---|
| Method parameters in org.eclipse.emf.spi.cdo with type arguments of type CDOLob | |
|---|---|
CDOSessionProtocol.CommitTransactionResult |
CDOSessionProtocol.commitDelegation(CDOBranch branch,
String userID,
String comment,
CDOCommitData commitData,
Map<CDOID,EClass> detachedObjectTypes,
Collection<CDOLob<?>> lobs,
OMMonitor monitor)
|
CDOSessionProtocol.CommitTransactionResult |
CDOSessionProtocol.commitTransaction(int transactionID,
String comment,
boolean releaseLocks,
CDOIDProvider idProvider,
CDOCommitData commitData,
Collection<CDOLob<?>> lobs,
OMMonitor monitor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||