[
http://opensource.atlassian.com/projects/hibernate/browse/BVAL-232?page=c...
]
Gunnar Morling commented on BVAL-232:
-------------------------------------
Some additional thoughts/questions:
* Probably constructors should be supported as well
* How can cross-parameter constraints be distinguished from return value constraints?
* Probably constraints on single parameters ({{@NotNull}} etc.) should be validated before
cross-parameter constraints in order to ensure a safe base for the validation of the
latter
Support Method-Level constraint declaration
-------------------------------------------
Key: BVAL-232
URL:
http://opensource.atlassian.com/projects/hibernate/browse/BVAL-232
Project: Bean Validation
Issue Type: New Feature
Components: spec-general
Reporter: Emmanuel Bernard
Fix For: 1.1
Do you think we should support the following?
{code}@DateInOrder
void bookHotel(@NotNull @Valid Customer customer, Date from, Date to);{code}
ie like we have properly level and class level constraints, we could get method level
constraints receiving all the parameters and raising constraints violations if necessary.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira