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

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

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

Methods in org.codehaus.groovy.grails.orm.hibernate.cfg that return ColumnConfig
 ColumnConfig JoinTable.getColumn()
           
 ColumnConfig Mapping.getDiscriminatorColumn()
           
 ColumnConfig JoinTable.getKey()
           
 

Methods in org.codehaus.groovy.grails.orm.hibernate.cfg that return types with arguments of type ColumnConfig
 List<ColumnConfig> PropertyConfig.getColumns()
           
 

Methods in org.codehaus.groovy.grails.orm.hibernate.cfg with parameters of type ColumnConfig
 void JoinTable.setColumn(ColumnConfig value)
           
 void Mapping.setDiscriminatorColumn(ColumnConfig value)
           
 void JoinTable.setKey(ColumnConfig value)
           
 

Method parameters in org.codehaus.groovy.grails.orm.hibernate.cfg with type arguments of type ColumnConfig
 void PropertyConfig.setColumns(List<ColumnConfig> value)
           
 



Copyright (c) 2005-2009 The Grails project