Uses of Class
org.eclipse.emf.cdo.common.lob.CDOLob

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.eresource The generated EMF API of the CDO repository file system. 
org.eclipse.emf.cdo.eresource.impl The generated EMF implementation of the CDO repository file system. 
org.eclipse.emf.cdo.etypes.impl The generated EMF implementation of the CDO system data types and native annotations. 
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.eresource
 

Methods in org.eclipse.emf.cdo.eresource that return CDOLob
 CDOLob<IO> CDOFileResource.getContents()
           
 

Uses of CDOLob in org.eclipse.emf.cdo.eresource.impl
 

Methods in org.eclipse.emf.cdo.eresource.impl that return CDOLob
abstract  CDOLob<IO> CDOFileResourceImpl.getContents()
           
 

Uses of CDOLob in org.eclipse.emf.cdo.etypes.impl
 

Methods in org.eclipse.emf.cdo.etypes.impl that return CDOLob
 CDOLob<?> EtypesFactoryImpl.createLobFromString(EDataType eDataType, String initialValue)
           
 

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)
          Deprecated. Not called anymore. Use #commitDelegation(InternalCDOCommitContext, OMMonitor) instead.
 CDOSessionProtocol.CommitTransactionResult CDOSessionProtocol.commitTransaction(int transactionID, String comment, boolean releaseLocks, CDOIDProvider idProvider, CDOCommitData commitData, Collection<CDOLob<?>> lobs, OMMonitor monitor)
          Deprecated. Not called anymore. Use #commitTransaction(InternalCDOCommitContext, OMMonitor) instead.
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.