[hibernate-issues] [Hibernate-JIRA] Updated: (ANN-581) Improvement in "2.4.8. Filters"

Diego Pires Plentz (JIRA) noreply at atlassian.com
Sun Apr 15 18:42:04 EDT 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/ANN-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Diego Pires Plentz updated ANN-581:
-----------------------------------

    Attachment: entity.xml.patch

> Improvement in "2.4.8. Filters"
> -------------------------------
>
>                 Key: ANN-581
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-581
>             Project: Hibernate Annotations
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Diego Pires Plentz
>            Priority: Minor
>         Attachments: entity.xml.patch
>
>
> 	@Entity
> 	@FilterDef(name="minLength", parameters=**{** @ParamDef( name="minLength", type="integer" ) **}** )
> 	@Filters( {
> 	    @Filter(name="betweenLength", condition=":minLength <= length and :maxLength >= length"),
> 	    @Filter(name="minLength", condition=":minLength <= length")
> 	} )
> Could be
> 	@Entity
> 	@FilterDef(name="minLength", parameters= ** ** @ParamDef( name="minLength", type="integer" ) ** ** )
> 	@Filters( {
> 	    @Filter(name="betweenLength", condition=":minLength <= length and :maxLength >= length"),
> 	    @Filter(name="minLength", condition=":minLength <= length")
> 	} )

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