|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use IStore | |
|---|---|
| org.eclipse.emf.cdo.server | Server concepts for dealing with repositories and stores. |
| org.eclipse.emf.cdo.server.db | Server concepts for dealing with DB stores and accessors. |
| org.eclipse.emf.cdo.server.db4o | Server concepts for dealing with DB4O stores and accessors. |
| org.eclipse.emf.cdo.server.hibernate | Server concepts for dealing with Hibernate stores and accessors. |
| org.eclipse.emf.cdo.server.lissome | Server concepts for dealing with DB stores and accessors. |
| org.eclipse.emf.cdo.server.mem | Server concepts for dealing with in-memory stores. |
| org.eclipse.emf.cdo.server.mongodb | Server concepts for dealing with MongoDB stores and accessors. |
| org.eclipse.emf.cdo.server.objectivity | Server concepts for dealing with Objectivity/DB stores and accessors. |
| org.eclipse.emf.cdo.spi.server | Server service provider interfaces and useful base implementations. |
| org.eclipse.emf.cdo.workspace | Concepts to checkout, open and further operate CDO workspaces. |
| Uses of IStore in org.eclipse.emf.cdo.server |
|---|
| Methods in org.eclipse.emf.cdo.server that return IStore | |
|---|---|
IStore |
IStoreFactory.createStore(String repositoryName,
Map<String,String> repositoryProperties,
Element storeConfig)
|
IStore |
IRepository.getStore()
|
IStore |
IStoreAccessor.getStore()
Returns the store this accessor is associated with. |
| Uses of IStore in org.eclipse.emf.cdo.server.db |
|---|
| Subinterfaces of IStore in org.eclipse.emf.cdo.server.db | |
|---|---|
interface |
IDBStore
The main entry point to the API of CDO's proprietary object/relational mapper. |
| Uses of IStore in org.eclipse.emf.cdo.server.db4o |
|---|
| Subinterfaces of IStore in org.eclipse.emf.cdo.server.db4o | |
|---|---|
interface |
IDB4OStore
The main entry point to the API of CDO's integration with DB4O databases. |
| Uses of IStore in org.eclipse.emf.cdo.server.hibernate |
|---|
| Subinterfaces of IStore in org.eclipse.emf.cdo.server.hibernate | |
|---|---|
interface |
IHibernateStore
The Hibernate store manages the Hibernate SessionFactory and the installed
EPackage instances. |
| Uses of IStore in org.eclipse.emf.cdo.server.lissome |
|---|
| Subinterfaces of IStore in org.eclipse.emf.cdo.server.lissome | |
|---|---|
interface |
ILissomeStore
The main entry point to the API of CDO's proprietary Lissome store. |
| Uses of IStore in org.eclipse.emf.cdo.server.mem |
|---|
| Subinterfaces of IStore in org.eclipse.emf.cdo.server.mem | |
|---|---|
interface |
IMEMStore
A simple in-memory store. |
| Uses of IStore in org.eclipse.emf.cdo.server.mongodb |
|---|
| Subinterfaces of IStore in org.eclipse.emf.cdo.server.mongodb | |
|---|---|
interface |
IMongoDBStore
The main entry point to the API of CDO's MongoDB back-end integration. |
| Uses of IStore in org.eclipse.emf.cdo.server.objectivity |
|---|
| Subinterfaces of IStore in org.eclipse.emf.cdo.server.objectivity | |
|---|---|
interface |
IObjectivityStore
Interface to the Objecivity Store implemenation. |
| Uses of IStore in org.eclipse.emf.cdo.spi.server |
|---|
| Subinterfaces of IStore in org.eclipse.emf.cdo.spi.server | |
|---|---|
interface |
InternalStore
If the meaning of this type isn't clear, there really should be more of a description here... |
| Classes in org.eclipse.emf.cdo.spi.server that implement IStore | |
|---|---|
class |
LongIDStore
If the meaning of this type isn't clear, there really should be more of a description here... |
class |
Store
If the meaning of this type isn't clear, there really should be more of a description here... |
| Methods in org.eclipse.emf.cdo.spi.server that return IStore | |
|---|---|
protected IStore |
RepositoryConfigurator.createStore(String repositoryName,
Map<String,String> repositoryProperties,
Element storeConfig)
|
IStore |
StoreAccessorPool.getStore()
|
| Constructors in org.eclipse.emf.cdo.spi.server with parameters of type IStore | |
|---|---|
StoreAccessorPool(IStore store,
Object context)
|
|
| Uses of IStore in org.eclipse.emf.cdo.workspace |
|---|
| Methods in org.eclipse.emf.cdo.workspace that return IStore | |
|---|---|
IStore |
CDOWorkspaceConfiguration.getStore()
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||