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

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

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

Methods in org.codehaus.groovy.grails.orm.hibernate.cfg that return PropertyConfig
 PropertyConfig PropertyDefinitionDelegate.getConfig()
           
 PropertyConfig PropertyConfig.getIndexColumn()
           
 PropertyConfig Mapping.getPropertyConfig(String name)
           
 

Methods in org.codehaus.groovy.grails.orm.hibernate.cfg with parameters of type PropertyConfig
 void PropertyDefinitionDelegate.setConfig(PropertyConfig value)
           
 void PropertyConfig.setIndexColumn(PropertyConfig value)
           
 

Constructors in org.codehaus.groovy.grails.orm.hibernate.cfg with parameters of type PropertyConfig
PropertyDefinitionDelegate(PropertyConfig config)
           
 



Copyright (c) 2005-2009 The Grails project