[
http://opensource.atlassian.com/projects/hibernate/browse/HV-94?page=com....
]
Hardy Ferentschik commented on HV-94:
-------------------------------------
The idea would be something like this:
{code}
@GroupSequenceProvider(FooSequenceProvider.class)
public class Foo {
}
{code}
with
{code}
public class FooSequenceProvider {
public List<Class<?>> getValidationGroups(){
// return the dynamic group sequence
}
}
{code}
Support dynamic default group sequence definition
-------------------------------------------------
Key: HV-94
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HV-94
Project: Hibernate Validator
Issue Type: New Feature
Components: engine
Reporter: Emmanuel Bernard
Assignee: Hardy Ferentschik
Fix For: 4.2.0.Beta2
Will probably not be spec'ed in the 1.0 JSR but can be added as a RI feature.
--
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