One question regarding Hibernate Validator: does it support validation of existence of a DB entity with a given ID? The reason I am raising this question is that we have such a validation case in API refactoring. For example, deployVMCmd has an input parameter "templateId", for this parameter, we need to validate the template with the given id exists in the Template table. Not sure if Hibernate validator supports this scenario? By glancing through Hibernate validator doc, didn't find exact details on this, maybe I overlooked something.
Thanks -min On 12/13/12 10:04 AM, "Fang Wang" <fang.w...@citrix.com> wrote: >Hibernate Validator