You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Tan Nguyen Cong (JIRA)" <ji...@apache.org> on 2013/01/01 15:18:12 UTC

[jira] [Created] (ABDERA-312) How to Filter in one to many relationship

Tan Nguyen Cong created ABDERA-312:
--------------------------------------

             Summary: How to Filter in one to many relationship
                 Key: ABDERA-312
                 URL: https://issues.apache.org/jira/browse/ABDERA-312
             Project: Abdera
          Issue Type: Improvement
            Reporter: Tan Nguyen Cong


Hi Guys, I can't filter in one to many relationship in this case.Could you please give your comments??

@PersistenceCapable
Category {
 
      @Persistent(mappedBy = "category", defaultFetchGroup = "true")
	@Element(dependent = "true")
	private List<CategoryDescription> categoryDescription;

}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira