Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching.Entity

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching that return Entity
 Entity Caching.addEntity(java.lang.String entity)
           
 Entity Entity.clone()
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching that return types with arguments of type Entity
 java.util.ListIterator<Entity> Caching.entities()