Uses of Class
org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicMethodInvocation

Packages that use AbstractDynamicMethodInvocation
org.codehaus.groovy.grails.orm.hibernate.metaclass   
org.codehaus.groovy.grails.web.metaclass   
 

Uses of AbstractDynamicMethodInvocation in org.codehaus.groovy.grails.orm.hibernate.metaclass
 

Subclasses of AbstractDynamicMethodInvocation in org.codehaus.groovy.grails.orm.hibernate.metaclass
 class AbstractDynamicPersistentMethod
           
 class AbstractSavePersistentMethod
          Abstract class for different implementations that perform saving to implement.
 class MergePersistentMethod
          The merge() method follows the semantics of merge which attempts to "merge" an object with a long lived session.
 class SavePersistentMethod
          Follows the semantics of saveOrUpdate of scheduling the object for persistence when a flush occurs.
 class ValidatePersistentMethod
          Validates an instance of a domain class against its constraints.
 

Uses of AbstractDynamicMethodInvocation in org.codehaus.groovy.grails.web.metaclass
 

Subclasses of AbstractDynamicMethodInvocation in org.codehaus.groovy.grails.web.metaclass
 class AbstractDynamicControllerMethod
          An abstract class for dynamic controller methods to implement.
 class BindDynamicMethod
          A dynamic method present in controllers allowing data binding from a map to a target instance.
 class RedirectDynamicMethod
          Implements the "redirect" Controller method for action redirection.
 class RenderDynamicMethod
          Allows rendering of text, views, and templates to the response