Uses of Interface
org.eclipse.emf.cdo.server.db.IDBStore
Packages that use IDBStore
Package
Description
Server concepts for dealing with DB stores and accessors.
Server concepts for dealing with model evolution and database migration.
A phased approach to database evolution.
Server concepts for dealing with mapping strategies and mappings for classes, lists and types.
-
Uses of IDBStore in org.eclipse.emf.cdo.server.db
Methods in org.eclipse.emf.cdo.server.db that return IDBStoreModifier and TypeMethodDescriptionstatic IDBStoreCDODBUtil.createStore(IMappingStrategy mappingStrategy, org.eclipse.net4j.db.IDBAdapter dbAdapter, org.eclipse.net4j.db.IDBConnectionProvider dbConnectionProvider) static IDBStoreCDODBUtil.createStore(IMappingStrategy mappingStrategy, org.eclipse.net4j.db.IDBAdapter dbAdapter, org.eclipse.net4j.db.IDBConnectionProvider dbConnectionProvider, Map<String, String> properties) static IDBStoreCDODBUtil.createStore(IMappingStrategy mappingStrategy, org.eclipse.net4j.db.IDBAdapter dbAdapter, org.eclipse.net4j.db.IDBConnectionProvider dbConnectionProvider, IModelEvolutionSupport modelEvolutionSupport, Map<String, String> properties) IDBStoreAccessor.getStore()IIDHandler.getStore() -
Uses of IDBStore in org.eclipse.emf.cdo.server.db.evolution
Methods in org.eclipse.emf.cdo.server.db.evolution that return IDBStoreModifier and TypeMethodDescriptionIModelEvolutionSupport.getStore()Returns the DB store this model evolution support is associated with.Methods in org.eclipse.emf.cdo.server.db.evolution with parameters of type IDBStore -
Uses of IDBStore in org.eclipse.emf.cdo.server.db.evolution.phased
Methods in org.eclipse.emf.cdo.server.db.evolution.phased that return IDBStoreModifier and TypeMethodDescriptionPhasedModelEvolutionSupport.getStore()Returns the DB store this model evolution support is associated with.Methods in org.eclipse.emf.cdo.server.db.evolution.phased with parameters of type IDBStoreModifier and TypeMethodDescriptionprotected List<Context.Model> FolderContextManager.loadModelsFromDatabase(IDBStore store) Loads the models from the database.voidSets the DB store this model evolution support is associated with. -
Uses of IDBStore in org.eclipse.emf.cdo.server.db.mapping
Methods in org.eclipse.emf.cdo.server.db.mapping that return IDBStoreMethods in org.eclipse.emf.cdo.server.db.mapping with parameters of type IDBStore