Uses of Class
org.eclipse.emf.cdo.common.lob.CDOLob
Package
Description
Common concepts for dealing with large binary objects and large character objects.
The generated EMF API of the CDO repository file system.
The generated EMF implementation of the CDO repository file system.
The generated EMF implementation of the CDO system data types and native annotations.
The generated EMF utilities of the CDO system data types and native annotations.
Client concepts for dealing with transactions, distributed transactions and their save points.
Client utility classes, some common interfaces and exceptions.
Client service provider interfaces and useful base implementations.
-
Uses of CDOLob in org.eclipse.emf.cdo.common.lob
Modifier and TypeClassDescriptionfinal class
An identifiable binary large object with streaming support.final class
An identifiable character large object with streaming support.Modifier and TypeMethodDescriptionstatic void
CDOLobUtil.setStore
(CDOLobStore store, CDOLob<?> lob) static void
-
Uses of CDOLob in org.eclipse.emf.cdo.eresource
-
Uses of CDOLob in org.eclipse.emf.cdo.eresource.impl
-
Uses of CDOLob in org.eclipse.emf.cdo.etypes.impl
Modifier and TypeMethodDescriptionCDOLob<?>
EtypesFactoryImpl.createLobFromString
(EDataType eDataType, String initialValue) -
Uses of CDOLob in org.eclipse.emf.cdo.etypes.util
Modifier and TypeMethodDescriptionboolean
EtypesValidator.validateLob
(CDOLob<?> lob, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CDOLob in org.eclipse.emf.cdo.transaction
-
Uses of CDOLob in org.eclipse.emf.cdo.util
Modifier and TypeMethodDescriptionstatic InputStream
CDOUtil.openInputStream
(CDOLob<?> lob, String encoding) -
Uses of CDOLob in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionCDOSessionProtocol.commitDelegation
(CDOBranch branch, String userID, String comment, CDOCommitData commitData, Map<CDOID, EClass> detachedObjectTypes, Collection<CDOLob<?>> lobs, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Deprecated.CDOSessionProtocol.commitTransaction
(int transactionID, String comment, boolean releaseLocks, CDOIDProvider idProvider, CDOCommitData commitData, Collection<CDOLob<?>> lobs, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Deprecated.