org.eclipse.jpt.jpa.eclipselink.core.context.orm
Interface OrmEclipseLinkCaching

All Superinterfaces:
EclipseLinkCaching, org.eclipse.core.runtime.IAdaptable, IResourcePart, JpaContextNode, JpaNode, Model, XmlContextNode

public interface OrmEclipseLinkCaching
extends EclipseLinkCaching, XmlContextNode

EclipseLink orm.xml caching

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
2.1
Version:
2.1

Field Summary
 
Fields inherited from interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
DEFAULT_ALWAYS_REFRESH, DEFAULT_ALWAYS_REFRESH_PROPERTY, DEFAULT_COORDINATION_TYPE, DEFAULT_COORDINATION_TYPE_PROPERTY, DEFAULT_DISABLE_HITS, DEFAULT_DISABLE_HITS_PROPERTY, DEFAULT_EXISTENCE_TYPE, DEFAULT_EXISTENCE_TYPE_PROPERTY, DEFAULT_REFRESH_ONLY_IF_NEWER, DEFAULT_REFRESH_ONLY_IF_NEWER_PROPERTY, DEFAULT_SHARED, DEFAULT_SHARED_PROPERTY, DEFAULT_SIZE, DEFAULT_SIZE_PROPERTY, DEFAULT_TYPE, DEFAULT_TYPE_PROPERTY, EXPIRY_PROPERTY, EXPIRY_TIME_OF_DAY_PROPERTY, SPECIFIED_ALWAYS_REFRESH_PROPERTY, SPECIFIED_COORDINATION_TYPE_PROPERTY, SPECIFIED_DISABLE_HITS_PROPERTY, SPECIFIED_EXISTENCE_TYPE_PROPERTY, SPECIFIED_REFRESH_ONLY_IF_NEWER_PROPERTY, SPECIFIED_SHARED_PROPERTY, SPECIFIED_SIZE_PROPERTY, SPECIFIED_TYPE_PROPERTY
 
Method Summary
 
Methods inherited from interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
addExpiryTimeOfDay, getCoordinationType, getDefaultCoordinationType, getDefaultExistenceType, getDefaultSize, getDefaultType, getExistenceType, getExpiry, getExpiryTimeOfDay, getSize, getSpecifiedAlwaysRefresh, getSpecifiedCoordinationType, getSpecifiedDisableHits, getSpecifiedExistenceType, getSpecifiedRefreshOnlyIfNewer, getSpecifiedShared, getSpecifiedSize, getSpecifiedType, getType, isAlwaysRefresh, isDefaultAlwaysRefresh, isDefaultDisableHits, isDefaultRefreshOnlyIfNewer, isDefaultShared, isDisableHits, isRefreshOnlyIfNewer, isShared, removeExpiryTimeOfDay, setExpiry, setSpecifiedAlwaysRefresh, setSpecifiedCoordinationType, setSpecifiedDisableHits, setSpecifiedExistenceType, setSpecifiedRefreshOnlyIfNewer, setSpecifiedShared, setSpecifiedSize, setSpecifiedType
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.XmlContextNode
getValidationTextRange, validate
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.JpaContextNode
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, getResourceType, synchronizeWithResourceModel, update
 
Methods inherited from interface org.eclipse.jpt.jpa.core.JpaNode
getJpaProject, getParent, stateChanged
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.common.core.IResourcePart
getResource