Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.eclipselink.core.context.java
Interface JavaEclipseLinkCaching

All Superinterfaces:
EclipseLinkCaching, IAdaptable, JpaContextNode, JpaNode, JptResourceTypeReference, Model

public interface JavaEclipseLinkCaching
extends EclipseLinkCaching

EclipseLink Java 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
JptResourceTypeReference.ResourceTypeTransformer
 
Field Summary
static String EXISTENCE_CHECKING_PROPERTY
           
 
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_ISOLATION, DEFAULT_ISOLATION_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_ISOLATION_PROPERTY, SPECIFIED_REFRESH_ONLY_IF_NEWER_PROPERTY, SPECIFIED_SHARED_PROPERTY, SPECIFIED_SIZE_PROPERTY, SPECIFIED_TYPE_PROPERTY
 
Fields inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
RESOURCE_TYPE_TRANSFORMER
 
Method Summary
 boolean isExistenceChecking()
          Return true if the existence-checking model object exists.
 void setExistenceChecking(boolean existenceChecking)
           
 
Methods inherited from interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkCaching
addExpiryTimeOfDay, getCoordinationType, getDefaultCoordinationType, getDefaultExistenceType, getDefaultIsolation, getDefaultSize, getDefaultType, getExistenceType, getExpiry, getExpiryTimeOfDay, getIsolation, getSize, getSpecifiedAlwaysRefresh, getSpecifiedCoordinationType, getSpecifiedDisableHits, getSpecifiedExistenceType, getSpecifiedIsolation, getSpecifiedRefreshOnlyIfNewer, getSpecifiedShared, getSpecifiedSize, getSpecifiedType, getType, isAlwaysRefresh, isDefaultAlwaysRefresh, isDefaultDisableHits, isDefaultRefreshOnlyIfNewer, isDefaultShared, isDisableHits, isRefreshOnlyIfNewer, isShared, removeExpiryTimeOfDay, setExpiry, setSpecifiedAlwaysRefresh, setSpecifiedCoordinationType, setSpecifiedDisableHits, setSpecifiedExistenceType, setSpecifiedIsolation, setSpecifiedRefreshOnlyIfNewer, setSpecifiedShared, setSpecifiedSize, setSpecifiedType
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.JpaContextNode
getCompletionProposals, getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getParent, getPersistenceUnit, getValidationTextRange, synchronizeWithResourceModel, update, validate
 
Methods inherited from interface org.eclipse.jpt.jpa.core.JpaNode
getJpaPlatform, getJpaProject, getJpaProjectManager, getResource, stateChanged
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
getResourceType
 

Field Detail

EXISTENCE_CHECKING_PROPERTY

static final String EXISTENCE_CHECKING_PROPERTY
See Also:
Constant Field Values
Method Detail

isExistenceChecking

boolean isExistenceChecking()
Return true if the existence-checking model object exists. Have to have a separate flag for this since the default existence type is different depending on whether hasExistenceChecking() returns true or false.


setExistenceChecking

void setExistenceChecking(boolean existenceChecking)

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.