Package | Description |
---|---|
org.eclipse.emf.cdo.view |
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
|
Modifier and Type | Class and Description |
---|---|
static class |
CDOStaleReferencePolicy.DynamicProxy |
static class |
CDOStaleReferencePolicy.DynamicProxy.Enhanced |
Modifier and Type | Field and Description |
---|---|
static CDOStaleReferencePolicy |
CDOStaleReferencePolicy.DEFAULT |
static CDOStaleReferencePolicy |
CDOStaleReferencePolicy.EXCEPTION
A stale reference policy that throws an
ObjectNotFoundException each time. |
static CDOStaleReferencePolicy |
CDOStaleReferencePolicy.PROXY
A stale reference policy that returns dynamic Java proxies with the appropriate EClasses.
|
Modifier and Type | Method and Description |
---|---|
CDOStaleReferencePolicy |
CDOView.Options.getStaleReferenceBehaviour()
Deprecated.
|
CDOStaleReferencePolicy |
CDOView.Options.getStaleReferencePolicy()
Returns the CDOStaleReferencePolicy in use.
|
Modifier and Type | Method and Description |
---|---|
void |
CDOView.Options.setStaleReferenceBehaviour(CDOStaleReferencePolicy policy)
Deprecated.
|
void |
CDOView.Options.setStaleReferencePolicy(CDOStaleReferencePolicy policy)
Sets a policy on how to deal with stale references.
|
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html