[hibernate-issues] [Hibernate-JIRA] Resolved: (ANN-449) @Min, @Max store value as Integer. @Range stores values as Long.

Emmanuel Bernard (JIRA) noreply at atlassian.com
Thu Nov 30 12:10:06 EST 2006


     [ http://opensource.atlassian.com/projects/hibernate/browse/ANN-449?page=all ]
     
Emmanuel Bernard resolved ANN-449:
----------------------------------

    Resolution: Fixed

agreed

> @Min, @Max store value as Integer.  @Range stores values as Long.
> -----------------------------------------------------------------
>
>          Key: ANN-449
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-449
>      Project: Hibernate Annotations
>         Type: Improvement

>   Components: validator
>     Versions: 3.2.0.cr2
>     Reporter: Ted Bergeron
>     Priority: Minor
>      Fix For: 3.2.1

>
>
> @Min / @Max are inconsistent with @Range. 
> @Min value = Integer
> @Max value = Integer
> @Range min = Long, max = Long
> I think all 4 attributes should be of the same datatype.

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