Overview
Event fired to validate whole entity.
Common Attributes
name | type | required | default value | description |
---|---|---|---|---|
class | string | yes | none | Name of the class defining hook. |
method | string | yes | none | Name of the method defining hook. |
Example
<validatesWith class="com.sample.SampleHook" method="checkIfFirstnameMatchesGender" />