Dali Provisional API
Release 3.2

Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.resource.java.CacheIsolationType2_2

Packages that use CacheIsolationType2_2
org.eclipse.jpt.jpa.eclipselink.core.context   
org.eclipse.jpt.jpa.eclipselink.core.resource.java   
 

Uses of CacheIsolationType2_2 in org.eclipse.jpt.jpa.eclipselink.core.context
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context that return CacheIsolationType2_2
static CacheIsolationType2_2 EclipseLinkCacheIsolationType2_2.toJavaResourceModel(EclipseLinkCacheIsolationType2_2 cacheIsolationType)
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context with parameters of type CacheIsolationType2_2
static EclipseLinkCacheIsolationType2_2 EclipseLinkCacheIsolationType2_2.fromJavaResourceModel(CacheIsolationType2_2 javaCacheIsolationType)
           
 

Uses of CacheIsolationType2_2 in org.eclipse.jpt.jpa.eclipselink.core.resource.java
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.java that return CacheIsolationType2_2
static CacheIsolationType2_2 CacheIsolationType2_2.fromJavaAnnotationValue(Object javaAnnotationValue)
           
 CacheIsolationType2_2 CacheAnnotation.getIsolation()
          Corresponds to the 'isolation' element of the Cache annotation.
static CacheIsolationType2_2 CacheIsolationType2_2.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheIsolationType2_2[] CacheIsolationType2_2.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.java with parameters of type CacheIsolationType2_2
 void CacheAnnotation.setIsolation(CacheIsolationType2_2 isolation)
          Corresponds to the 'isolation' element of the Cache annotation.
static String CacheIsolationType2_2.toJavaAnnotationValue(CacheIsolationType2_2 cacheCoordinationType)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.