org.codehaus.groovy.grails.orm.hibernate.metaclass
Class ValidatePersistentMethod
java.lang.Object
org.codehaus.groovy.grails.commons.metaclass.AbstractDynamicMethodInvocation
org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractDynamicPersistentMethod
org.codehaus.groovy.grails.orm.hibernate.metaclass.ValidatePersistentMethod
- All Implemented Interfaces:
- DynamicMethodInvocation
public class ValidatePersistentMethod
- extends AbstractDynamicPersistentMethod
A method that validates an instance of a domain class against its constraints
- Since:
- 07-Nov-2005
- Author:
- Graeme Rocher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
METHOD_SIGNATURE
public static final String METHOD_SIGNATURE
- See Also:
- Constant Field Values
METHOD_PATTERN
public static final Pattern METHOD_PATTERN
ValidatePersistentMethod
public ValidatePersistentMethod(org.hibernate.SessionFactory sessionFactory,
ClassLoader classLoader,
GrailsApplication application)
doInvokeInternal
protected Object doInvokeInternal(Object target,
Object[] arguments)
- Specified by:
doInvokeInternal
in class AbstractDynamicPersistentMethod
Copyright (c) 2005-2006 The Grails project