Method and Description |
---|
DataBindingUtils#assignBidirectionalAssociations(java.lang.Object object, java.util.Map source, grails.core.GrailsDomainClass domainClass)
Associations both sides of any bidirectional relationships found in the object and source map to bind
|
DataBindingUtils#bindObjectToDomainInstance(grails.core.GrailsDomainClass domain, java.lang.Object object, java.lang.Object source)
Binds the given source object to the given target object performing type conversion if necessary
|
DataBindingUtils#bindObjectToDomainInstance(grails.core.GrailsDomainClass domain, java.lang.Object object, java.lang.Object source, java.util.List include, java.util.List exclude, java.lang.String filter)
Binds the given source object to the given target object performing type conversion if necessary
|