]
Diego Pires Plentz reassigned ANN-581:
--------------------------------------
Assignee: Diego Pires Plentz
Improvement in "2.4.8. Filters"
-------------------------------
Key: ANN-581
URL:
http://opensource.atlassian.com/projects/hibernate/browse/ANN-581
Project: Hibernate Annotations
Issue Type: Patch
Components: documentation
Reporter: Diego Pires Plentz
Assignee: Diego Pires Plentz
Priority: Minor
Fix For: 3.3.1
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: