|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CDOLobStore | |
---|---|
org.eclipse.emf.cdo.common.lob | Common concepts for dealing with large binary objects and large character objects. |
org.eclipse.emf.cdo.common.util | Common utility classes, some common interfaces and exceptions. |
org.eclipse.emf.cdo.session | Client concepts for dealing with sessions to CDO repositories. |
org.eclipse.emf.cdo.spi.common | Common service provider interfaces and useful base implementations. |
org.eclipse.emf.spi.cdo | Client service provider interfaces and useful base implementations. |
Uses of CDOLobStore in org.eclipse.emf.cdo.common.lob |
---|
Classes in org.eclipse.emf.cdo.common.lob that implement CDOLobStore | |
---|---|
static class |
CDOLobStore.Delegating
An abstract large object store that delegates all method calls to a delegate. |
Methods in org.eclipse.emf.cdo.common.lob that return CDOLobStore | |
---|---|
protected abstract CDOLobStore |
CDOLobStore.Delegating.getDelegate()
|
CDOLobStore |
CDOLob.getStore()
|
Methods in org.eclipse.emf.cdo.common.lob with parameters of type CDOLobStore | |
---|---|
static void |
CDOLobUtil.setStore(CDOLobStore store,
CDOLob<?> lob)
|
Constructors in org.eclipse.emf.cdo.common.lob with parameters of type CDOLobStore | |
---|---|
CDOBlob(InputStream contents,
CDOLobStore store)
|
|
CDOClob(Reader contents,
CDOLobStore store)
|
Uses of CDOLobStore in org.eclipse.emf.cdo.common.util |
---|
Methods in org.eclipse.emf.cdo.common.util with parameters of type CDOLobStore | |
---|---|
static CDODataInput |
CDOCommonUtil.createCDODataInput(ExtendedDataInputStream inputStream,
CDOPackageRegistry packageRegistry,
CDOBranchManager branchManager,
CDOCommitInfoManager commitManager,
CDORevisionFactory revisionFactory,
CDOListFactory listFactory,
CDOLobStore lobStore)
|
Uses of CDOLobStore in org.eclipse.emf.cdo.session |
---|
Methods in org.eclipse.emf.cdo.session that return CDOLobStore | |
---|---|
CDOLobStore |
CDOSession.Options.getLobCache()
Returns the large object cache currently being used by this session. |
Methods in org.eclipse.emf.cdo.session with parameters of type CDOLobStore | |
---|---|
void |
CDOSession.Options.setLobCache(CDOLobStore lobCache)
Sets the large object cache to be used by this session. |
Uses of CDOLobStore in org.eclipse.emf.cdo.spi.common |
---|
Classes in org.eclipse.emf.cdo.spi.common that implement CDOLobStore | |
---|---|
class |
CDOLobStoreImpl
|
Uses of CDOLobStore in org.eclipse.emf.spi.cdo |
---|
Methods in org.eclipse.emf.spi.cdo that return CDOLobStore | |
---|---|
CDOLobStore |
InternalCDOSession.getLobStore()
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |