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 PropertyConfig.getCache()
           
 CacheConfig Mapping.getCache()
           
 

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



Copyright (c) 2005-2009 The Grails project