Uses of Class
org.codehaus.groovy.grails.orm.hibernate.cfg.CacheConfig

Packages that use CacheConfig
org.codehaus.groovy.grails.orm.hibernate.cfg   
 

Uses of CacheConfig in org.codehaus.groovy.grails.orm.hibernate.cfg
 

Methods in org.codehaus.groovy.grails.orm.hibernate.cfg that return CacheConfig
 CacheConfig Mapping.getCache()
           
 CacheConfig PropertyConfig.getCache()
           
 

Methods in org.codehaus.groovy.grails.orm.hibernate.cfg with parameters of type CacheConfig
 void Mapping.setCache(CacheConfig value)
           
 void PropertyConfig.setCache(CacheConfig value)