Uses of Interface
org.eclipse.emf.cdo.view.CDOFetchRuleManager
Packages that use CDOFetchRuleManager
Package
Description
Client concepts for dealing with sessions to CDO repositories.
Client utility classes, some common interfaces and exceptions.
Client service provider interfaces and useful base implementations.
-
Uses of CDOFetchRuleManager in org.eclipse.emf.cdo.session
Methods in org.eclipse.emf.cdo.session that return CDOFetchRuleManagerModifier and TypeMethodDescriptionCDOSession.getFetchRuleManager()
Returns the CDOfetch rule manager
of this session.CDOSessionConfiguration.getFetchRuleManager()
Methods in org.eclipse.emf.cdo.session with parameters of type CDOFetchRuleManagerModifier and TypeMethodDescriptionvoid
CDOSessionConfiguration.setFetchRuleManager
(CDOFetchRuleManager fetchRuleManager) A special ID generator can be set before the session is opened and can not be changed thereafter. -
Uses of CDOFetchRuleManager in org.eclipse.emf.cdo.util
Methods in org.eclipse.emf.cdo.util that return CDOFetchRuleManagerModifier and TypeMethodDescriptionstatic CDOFetchRuleManager
CDOUtil.createThreadLocalFetchRuleManager()
-
Uses of CDOFetchRuleManager in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo with parameters of type CDOFetchRuleManagerModifier and TypeMethodDescriptionvoid
InternalCDOSession.setFetchRuleManager
(CDOFetchRuleManager fetchRuleManager)