Uses of Interface
org.eclipse.emf.cdo.common.id.CDOIDGenerator
Packages that use CDOIDGenerator
Package
Description
Common concepts for dealing with object and revision IDs.
Client concepts for dealing with sessions to CDO repositories.
Concepts to checkout, open and further operate CDO
workspaces
.Client service provider interfaces and useful base implementations.
-
Uses of CDOIDGenerator in org.eclipse.emf.cdo.common.id
Fields in org.eclipse.emf.cdo.common.id declared as CDOIDGeneratorModifier and TypeFieldDescriptionstatic final CDOIDGenerator
CDOIDGenerator.NULL
GeneratesNULL
values.static final CDOIDGenerator
CDOIDGenerator.UUID
GeneratesUUID
values. -
Uses of CDOIDGenerator in org.eclipse.emf.cdo.session
Methods in org.eclipse.emf.cdo.session that return CDOIDGeneratorModifier and TypeMethodDescriptionCDOSession.getIDGenerator()
Returns the CDOID generator
of this session.CDOSessionConfiguration.getIDGenerator()
Methods in org.eclipse.emf.cdo.session with parameters of type CDOIDGeneratorModifier and TypeMethodDescriptionvoid
CDOSessionConfiguration.setIDGenerator
(CDOIDGenerator idGenerator) A special ID generator can be set before the session is opened and can not be changed thereafter. -
Uses of CDOIDGenerator in org.eclipse.emf.cdo.workspace
Methods in org.eclipse.emf.cdo.workspace that return CDOIDGeneratorMethods in org.eclipse.emf.cdo.workspace with parameters of type CDOIDGeneratorModifier and TypeMethodDescriptionvoid
CDOWorkspaceConfiguration.setIDGenerator
(CDOIDGenerator idGenerator) -
Uses of CDOIDGenerator in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo with parameters of type CDOIDGeneratorModifier and TypeMethodDescriptionvoid
InternalCDOSession.setIDGenerator
(CDOIDGenerator idGenerator)