[hibernate-issues] [Hibernate-JIRA] Commented: (HV-94) Support dynamic default group sequence definition

Hardy Ferentschik (JIRA) noreply at atlassian.com
Mon Feb 7 05:42:05 EST 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HV-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=39844#action_39844 ] 

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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list