Uses of Interface
org.eclipse.emf.cdo.spi.common.model.InternalCDOPackageUnit
Packages that use InternalCDOPackageUnit
Package
Description
Common concepts for dealing with models and types.
Server concepts for dealing with repositories and stores.
Server concepts for dealing with DB stores and accessors.
Server concepts for dealing with mapping strategies and mappings for classes, lists and types.
Common service provider interfaces and useful base implementations for dealing with models and types
Server service provider interfaces and useful base implementations.
Client service provider interfaces and useful base implementations.
-
Uses of InternalCDOPackageUnit in org.eclipse.emf.cdo.common.model
Methods in org.eclipse.emf.cdo.common.model with parameters of type InternalCDOPackageUnitModifier and TypeMethodDescriptionstatic void
CDOModelUtil.checkNoFeatureMaps
(InternalCDOPackageUnit[] packageUnits, boolean checkFeatureMapEntries) -
Uses of InternalCDOPackageUnit in org.eclipse.emf.cdo.server
Methods in org.eclipse.emf.cdo.server that return InternalCDOPackageUnitModifier and TypeMethodDescriptionIStoreAccessor.CommitContext.getNewPackageUnits()
Returns an array of the new package units that are part of the commit operation represented by thisCommitContext
.CDOServerImporter.Handler.handlePackageUnit
(String id, CDOPackageUnit.Type type, long time, String data) Methods in org.eclipse.emf.cdo.server that return types with arguments of type InternalCDOPackageUnitMethods in org.eclipse.emf.cdo.server with parameters of type InternalCDOPackageUnitModifier and TypeMethodDescriptionEPackage[]
IStoreAccessor.loadPackageUnit
(InternalCDOPackageUnit packageUnit) Demand loads a given package proxy that has been created on startup of the repository.void
IStoreAccessor.Raw.rawStore
(InternalCDOPackageUnit[] packageUnits, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Stores the givenpackage units
in the backend represented by thisraw store accessor
without going through a regular#commit(OMMonitor) commit
.void
IStoreAccessor.writePackageUnits
(InternalCDOPackageUnit[] packageUnits, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) -
Uses of InternalCDOPackageUnit in org.eclipse.emf.cdo.server.db
Methods in org.eclipse.emf.cdo.server.db that return types with arguments of type InternalCDOPackageUnitModifier and TypeMethodDescriptionIMetaDataManager.rawImport
(Connection connection, CDODataInput in, long fromCommitTime, long toCommitTime, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) IMetaDataManager.readPackageUnits
(Connection connection) Reads information about package units present in the database.Methods in org.eclipse.emf.cdo.server.db with parameters of type InternalCDOPackageUnitModifier and TypeMethodDescriptionEPackage[]
IMetaDataManager.loadPackageUnit
(Connection connection, InternalCDOPackageUnit packageUnit) Loads a package unit from the database.void
IMetaDataManager.writePackageUnits
(Connection connection, InternalCDOPackageUnit[] packageUnits, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Write package units to the database. -
Uses of InternalCDOPackageUnit in org.eclipse.emf.cdo.server.db.mapping
Methods in org.eclipse.emf.cdo.server.db.mapping with parameters of type InternalCDOPackageUnitModifier and TypeMethodDescriptionvoid
IMappingStrategy.createMapping
(Connection connection, InternalCDOPackageUnit[] packageUnits, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Create and initialize the mapping infrastructure for the given packages.void
IMappingStrategy.removeMapping
(Connection connection, InternalCDOPackageUnit[] packageUnits) Remove the mapping infrastructure for the given packages. -
Uses of InternalCDOPackageUnit in org.eclipse.emf.cdo.spi.common.model
Methods in org.eclipse.emf.cdo.spi.common.model that return InternalCDOPackageUnitModifier and TypeMethodDescriptionInternalCDOPackageUnit.copy()
InternalCDOPackageRegistry.createPackageUnit()
DelegatingCDOPackageRegistry.getPackageUnit
(EPackage ePackage) Deprecated.InternalCDOPackageInfo.getPackageUnit()
InternalCDOPackageRegistry.getPackageUnit
(String id) InternalCDOPackageRegistry.getPackageUnit
(EPackage ePackage) DelegatingCDOPackageRegistry.getPackageUnits()
Deprecated.InternalCDOPackageRegistry.getPackageUnits()
InternalCDOPackageRegistry.getPackageUnits
(boolean withSystemPackages) InternalCDOPackageRegistry.getPackageUnits
(long startTime, long endTime) Methods in org.eclipse.emf.cdo.spi.common.model with parameters of type InternalCDOPackageUnitModifier and TypeMethodDescriptionvoid
DelegatingCDOPackageRegistry.putPackageUnit
(InternalCDOPackageUnit packageUnit) Deprecated.void
InternalCDOPackageRegistry.putPackageUnit
(InternalCDOPackageUnit packageUnit) void
InternalCDOPackageRegistry.putPackageUnits
(InternalCDOPackageUnit[] packageUnits, CDOPackageUnit.State state) void
InternalCDOPackageInfo.setPackageUnit
(InternalCDOPackageUnit packageUnit) -
Uses of InternalCDOPackageUnit in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server that return types with arguments of type InternalCDOPackageUnitMethods in org.eclipse.emf.cdo.spi.server with parameters of type InternalCDOPackageUnitModifier and TypeMethodDescriptionvoid
InternalCommitContext.setNewPackageUnits
(InternalCDOPackageUnit[] newPackageUnits) -
Uses of InternalCDOPackageUnit in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo that return types with arguments of type InternalCDOPackageUnit