Uses of Class
org.eclipse.emf.cdo.common.lob.CDOLob
Packages that use 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
Subclasses of CDOLob in org.eclipse.emf.cdo.common.lobModifier and TypeClassDescriptionfinal class
An identifiable binary large object with streaming support.final class
An identifiable character large object with streaming support.Methods in org.eclipse.emf.cdo.common.lob with parameters of type CDOLobModifier and TypeMethodDescriptionstatic void
CDOLobUtil.setStore
(CDOLobStore store, CDOLob<?> lob) static void
-
Uses of CDOLob in org.eclipse.emf.cdo.eresource
Methods in org.eclipse.emf.cdo.eresource that return CDOLob -
Uses of CDOLob in org.eclipse.emf.cdo.eresource.impl
Methods in org.eclipse.emf.cdo.eresource.impl that return CDOLob -
Uses of CDOLob in org.eclipse.emf.cdo.etypes.impl
Methods in org.eclipse.emf.cdo.etypes.impl that return CDOLobModifier and TypeMethodDescriptionCDOLob<?>
EtypesFactoryImpl.createLobFromString
(EDataType eDataType, String initialValue) -
Uses of CDOLob in org.eclipse.emf.cdo.etypes.util
Methods in org.eclipse.emf.cdo.etypes.util with parameters of type CDOLobModifier and TypeMethodDescriptionboolean
EtypesValidator.validateLob
(CDOLob<?> lob, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CDOLob in org.eclipse.emf.cdo.transaction
Methods in org.eclipse.emf.cdo.transaction that return types with arguments of type CDOLob -
Uses of CDOLob in org.eclipse.emf.cdo.util
Methods in org.eclipse.emf.cdo.util with parameters of type CDOLobModifier and TypeMethodDescriptionstatic InputStream
CDOUtil.openInputStream
(CDOLob<?> lob, String encoding) -
Uses of CDOLob in org.eclipse.emf.spi.cdo
Method parameters in org.eclipse.emf.spi.cdo with type arguments of type CDOLobModifier 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.