[hibernate-issues] [Hibernate-JIRA] Commented: (ANN-493) @NonEmpty

Emmanuel Bernard (JIRA) noreply at atlassian.com
Tue Nov 14 23:45:04 EST 2006


    [ http://opensource.atlassian.com/projects/hibernate/browse/ANN-493?page=comments#action_25295 ] 

Emmanuel Bernard commented on ANN-493:
--------------------------------------

Done, not sure I like @NotNull + @Size(min=1) , should I check for non null elements (esp arrays)?

Translation needs to be done too for da, de, it, pt_BR, zh_CN, zh_TW: validator.notEmpty=may not be null nor empty

> @NonEmpty
> ---------
>
>          Key: ANN-493
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-493
>      Project: Hibernate Annotations
>         Type: New Feature

>   Components: validator
>     Reporter: Emmanuel Bernard
>      Fix For: 3.2.1

>
>
> as an equivalent to @NotNull + @Length(min=1)
> and as an equivalent to @NotNull + @Size(min=1)

-- 
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