Uses of Class
org.eclipse.jpt.eclipselink.core.resource.orm.XmlCache

Packages that use XmlCache
org.eclipse.jpt.eclipselink.core.resource.orm   
 

Uses of XmlCache in org.eclipse.jpt.eclipselink.core.resource.orm
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return XmlCache
 XmlCache EclipseLinkOrmFactory.createXmlCache()
           
 XmlCache XmlCacheHolder.getCache()
          Returns the value of the 'Cache' containment reference.
 XmlCache XmlEntity.getCache()
          Returns the value of the 'Cache' containment reference.
 XmlCache XmlMappedSuperclass.getCache()
          Returns the value of the 'Cache' containment reference.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm with parameters of type XmlCache
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetCache(XmlCache newCache, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetCache(XmlCache newCache, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlCacheHolder.setCache(XmlCache value)
          Sets the value of the 'Cache' containment reference.
 void XmlEntity.setCache(XmlCache newCache)
          Sets the value of the 'Cache' containment reference.
 void XmlMappedSuperclass.setCache(XmlCache newCache)
          Sets the value of the 'Cache' containment reference.