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

Ted Bergeron (JIRA) noreply at atlassian.com
Fri Oct 6 18:41:24 EDT 2006


@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


@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