From 6d44a8fe2fe2dd97bdd7ed176ab3e69609c2ef39 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Wed, 23 May 2012 17:32:52 +0200 Subject: Update docs (cdo) --- .../org/eclipse/emf/cdo/server/db/IDBStore.html | 874 ++++++++++----------- 1 file changed, 437 insertions(+), 437 deletions(-) (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/IDBStore.html') diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/IDBStore.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/IDBStore.html index 74c47afc4c..0295e5d380 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/IDBStore.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/IDBStore.html @@ -1,437 +1,437 @@ - - - - - - -IDBStore (CDO Model Repository Documentation) - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.eclipse.emf.cdo.server.db -
-Interface IDBStore

-
-
All Superinterfaces:
IDBConnectionProvider, IStore, IStore.CanHandleClientAssignedIDs
-
-
-
-
public interface IDBStore -
extends IStore, IDBConnectionProvider, IStore.CanHandleClientAssignedIDs -
- - - - - - - - -
- - - -

-

-
No Implement
-
This interface is not intended to be implemented by clients.
-
No Extend
-
This interface is not intended to be extended by clients.
-
-
- -

- - - - - - - - - - - -
-Nested Class Summary
-static interfaceIDBStore.Props - -
-           
- - - - - - - -
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.server.IStore
IStore.CanHandleClientAssignedIDs, IStore.ChangeFormat, IStore.RevisionParallelism, IStore.RevisionTemporality
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- IDBAdaptergetDBAdapter() - -
-           
- IDBSchemagetDBSchema() - -
-           
- IIDHandlergetIDHandler() - -
-           
- IMappingStrategygetMappingStrategy() - -
-           
- IMetaDataManagergetMetaDataManager() - -
-          Get the meta data manager associated with this DBStore.
- IDBStoreAccessorgetReader(ISession session) - -
-          Returns a reader that can be used to read from this store in the context of the given session.
- IDBStoreAccessorgetWriter(ITransaction transaction) - -
-          Returns a writer that can be used to write to this store in the context of the given view.
- - - - - - - -
Methods inherited from interface org.eclipse.emf.cdo.server.IStore
createObjectID, getCreationTime, getIndicatingCommitDistributor, getLastBranchID, getLastCommitTime, getLastLocalBranchID, getLastNonLocalCommitTime, getObjectIDTypes, getPersistentProperties, getRepository, getRevisionParallelism, getRevisionTemporality, getSupportedChangeFormats, getSupportedRevisionParallelisms, getSupportedRevisionTemporalities, getType, isFirstStart, removePersistentProperties, setPersistentProperties
- - - - - - - -
Methods inherited from interface org.eclipse.net4j.db.IDBConnectionProvider
getConnection
-  -

- - - - - - - - -
-Method Detail
- -

-getMappingStrategy

-
-IMappingStrategy getMappingStrategy()
-
-
-
-
-
-
Since:
-
2.0
-
-
-
-
- -

-getIDHandler

-
-IIDHandler getIDHandler()
-
-
-
-
-
-
Since:
-
4.0
-
-
-
-
- -

-getDBAdapter

-
-IDBAdapter getDBAdapter()
-
-
-
-
-
-
-
-
-
- -

-getDBSchema

-
-IDBSchema getDBSchema()
-
-
-
-
-
-
-
-
-
- -

-getMetaDataManager

-
-IMetaDataManager getMetaDataManager()
-
-
Get the meta data manager associated with this DBStore. -

-

-
-
-
-
Since:
-
2.0
-
-
-
-
- -

-getReader

-
-IDBStoreAccessor getReader(ISession session)
-
-
Description copied from interface: IStore
-
Returns a reader that can be used to read from this store in the context of the given session. -

-

-
Specified by:
getReader in interface IStore
-
-
-
Parameters:
session - The session that should be used as a context for read access or null. The store implementor - is free to interpret and use the session in a manner suitable for him or ignore it at all. It is meant - only as a hint. Implementor can use it as a key into a cache and/or register a - LifecycleEventAdapter with it to intercept - cleanup on session close. Note however that the session can be null, for example during - startup of the server while the repositories are initialized but before any user session has been opened. -
Returns:
a reader that can be used to read from this store in the context of the given session, never - null.
Since:
-
2.0
-
-
-
-
- -

-getWriter

-
-IDBStoreAccessor getWriter(ITransaction transaction)
-
-
Description copied from interface: IStore
-
Returns a writer that can be used to write to this store in the context of the given view. The given view is always - marked as a transaction. -

-

-
Specified by:
getWriter in interface IStore
-
-
-
Parameters:
transaction - The view that must be used as a context for write access. The store implementor is free to interpret and - use the view in a manner suitable for him or ignore it at all. It is meant only as a hint. Implementor can - use it as a key into a cache and/or register a - LifecycleEventAdapter with it to intercept - cleanup on view close. -
Returns:
a writer that can be used to write to this store in the context of the given view, never null.
Since:
-
2.0
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others. - - + + + + + + +IDBStore (CDO Model Repository Documentation) + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.eclipse.emf.cdo.server.db +
+Interface IDBStore

+
+
All Superinterfaces:
IDBConnectionProvider, IStore, IStore.CanHandleClientAssignedIDs
+
+
+
+
public interface IDBStore +
extends IStore, IDBConnectionProvider, IStore.CanHandleClientAssignedIDs +
+ + + + + + + + +
+ + + +

+

+
No Implement
+
This interface is not intended to be implemented by clients.
+
No Extend
+
This interface is not intended to be extended by clients.
+
+
+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static interfaceIDBStore.Props + +
+           
+ + + + + + + +
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.server.IStore
IStore.CanHandleClientAssignedIDs, IStore.ChangeFormat, IStore.RevisionParallelism, IStore.RevisionTemporality
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ IDBAdaptergetDBAdapter() + +
+           
+ IDBSchemagetDBSchema() + +
+           
+ IIDHandlergetIDHandler() + +
+           
+ IMappingStrategygetMappingStrategy() + +
+           
+ IMetaDataManagergetMetaDataManager() + +
+          Get the meta data manager associated with this DBStore.
+ IDBStoreAccessorgetReader(ISession session) + +
+          Returns a reader that can be used to read from this store in the context of the given session.
+ IDBStoreAccessorgetWriter(ITransaction transaction) + +
+          Returns a writer that can be used to write to this store in the context of the given view.
+ + + + + + + +
Methods inherited from interface org.eclipse.emf.cdo.server.IStore
createObjectID, getCreationTime, getIndicatingCommitDistributor, getLastBranchID, getLastCommitTime, getLastLocalBranchID, getLastNonLocalCommitTime, getObjectIDTypes, getPersistentProperties, getRepository, getRevisionParallelism, getRevisionTemporality, getSupportedChangeFormats, getSupportedRevisionParallelisms, getSupportedRevisionTemporalities, getType, isFirstStart, removePersistentProperties, setPersistentProperties
+ + + + + + + +
Methods inherited from interface org.eclipse.net4j.db.IDBConnectionProvider
getConnection
+  +

+ + + + + + + + +
+Method Detail
+ +

+getMappingStrategy

+
+IMappingStrategy getMappingStrategy()
+
+
+
+
+
+
Since:
+
2.0
+
+
+
+
+ +

+getIDHandler

+
+IIDHandler getIDHandler()
+
+
+
+
+
+
Since:
+
4.0
+
+
+
+
+ +

+getDBAdapter

+
+IDBAdapter getDBAdapter()
+
+
+
+
+
+
+
+
+
+ +

+getDBSchema

+
+IDBSchema getDBSchema()
+
+
+
+
+
+
+
+
+
+ +

+getMetaDataManager

+
+IMetaDataManager getMetaDataManager()
+
+
Get the meta data manager associated with this DBStore. +

+

+
+
+
+
Since:
+
2.0
+
+
+
+
+ +

+getReader

+
+IDBStoreAccessor getReader(ISession session)
+
+
Description copied from interface: IStore
+
Returns a reader that can be used to read from this store in the context of the given session. +

+

+
Specified by:
getReader in interface IStore
+
+
+
Parameters:
session - The session that should be used as a context for read access or null. The store implementor + is free to interpret and use the session in a manner suitable for him or ignore it at all. It is meant + only as a hint. Implementor can use it as a key into a cache and/or register a + LifecycleEventAdapter with it to intercept + cleanup on session close. Note however that the session can be null, for example during + startup of the server while the repositories are initialized but before any user session has been opened. +
Returns:
a reader that can be used to read from this store in the context of the given session, never + null.
Since:
+
2.0
+
+
+
+
+ +

+getWriter

+
+IDBStoreAccessor getWriter(ITransaction transaction)
+
+
Description copied from interface: IStore
+
Returns a writer that can be used to write to this store in the context of the given view. The given view is always + marked as a transaction. +

+

+
Specified by:
getWriter in interface IStore
+
+
+
Parameters:
transaction - The view that must be used as a context for write access. The store implementor is free to interpret and + use the view in a manner suitable for him or ignore it at all. It is meant only as a hint. Implementor can + use it as a key into a cache and/or register a + LifecycleEventAdapter with it to intercept + cleanup on view close. +
Returns:
a writer that can be used to write to this store in the context of the given view, never null.
Since:
+
2.0
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others. + + -- cgit v1.2.1