Uses of Class
javax.persistence.Caching

Packages that use Caching
javax.persistence   
javax.persistence.spi   
 

Uses of Caching in javax.persistence
 

Methods in javax.persistence that return Caching
static Caching Caching.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Caching[] Caching.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of Caching in javax.persistence.spi
 

Methods in javax.persistence.spi that return Caching
 Caching PersistenceUnitInfo.getCaching()
           
 



Copyright © 2007-2009 Hibernate.org. All Rights Reserved.