Uses of Interface
org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Caching

Packages that use Caching
org.eclipse.jpt.jpa.eclipselink.core.context.persistence   
org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching   
 

Uses of Caching in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that return Caching
 Caching EclipseLinkPersistenceUnit.getCaching()
           
 

Uses of Caching in org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching that return Caching
 Caching Entity.getParent()
           
 

Constructors in org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching with parameters of type Caching
Entity(Caching parent, java.lang.String name)