[hibernate-issues] [Hibernate-JIRA] Resolved: (HV-93) Add built-in constraints
Hardy Ferentschik (JIRA)
noreply at atlassian.com
Mon Mar 2 05:04:39 EST 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/HV-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hardy Ferentschik resolved HV-93.
---------------------------------
Resolution: Fixed
All builtin constraints as per current version of the spec are implemented. If new constraints are getting added we open a new issue for them.
> Add built-in constraints
> ------------------------
>
> Key: HV-93
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-93
> Project: Hibernate Validator
> Issue Type: New Feature
> Components: engine
> Reporter: Emmanuel Bernard
>
> @NotNull
> @Null
> @AssertFalse
> @AssertTrue
> @Digits(integer, fraction)
> @Past
> @Future
> @Min / @Max
> @Size (String collection, arrays)
> Probably need:
> @Like(caseSensitive, escapeChar) or @Contains(startWith, endWith, caseSentitive)
>
> @RegExp seems a complex problem
> Maybe @Email, @URL as they are standardized in HTML 5
--
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