Yes, an example on how to store and retrieve deep composite and entity graphs would be good.
/peter On Tue, May 6, 2008 at 12:28 PM, Niclas Hedhman <[EMAIL PROTECTED]> wrote: > Right now there is a testcase failing due to this, contributed by Peter. > > I think we need to define what should really be supported and how. > > Cheers > Niclas > > > > On Tue, May 6, 2008 at 6:29 PM, Niclas Hedhman (JIRA) > <[EMAIL PROTECTED]> wrote: > > > > Property -> Property .. -> .. Querying > > -------------------------------------- > > > > Key: QI-58 > > URL: http://issues.ops4j.org/jira/browse/QI-58 > > Project: Qi4j > > Issue Type: Improvement > > Components: Query > > Reporter: Niclas Hedhman > > Assignee: Rickard Öberg > > > > > > Right now the Entity must the Property directly, and can not be a type > which has additional Properties. > > > > For instance; > > > > public interface Abc > > { > > Property<Def> def(); > > } > > > > public interface Def > > { > > Property<Double> value() > > } > > > > public interface MyEntity extends Abc, EntityComposite > > { > > } > > > > It is now not possible to do a query looking for the value() value. > > > > > > -- > > This message is automatically generated by JIRA. > > - > > If you think it was sent incorrectly contact one of the administrators: > http://issues.ops4j.org/jira/secure/Administrators.jspa > > - > > For more information on JIRA, see: http://www.atlassian.com/software/jira > > > > > > > > _______________________________________________ > > qi4j-dev mailing list > > [email protected] > > http://lists.ops4j.org/mailman/listinfo/qi4j-dev > > > > _______________________________________________ > qi4j-dev mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/qi4j-dev > -- GTalk: neubauer.peter Skype peter.neubauer ICQ 18762544 GTalk neubauer.peter Phone +46704 106975 LinkedIn http://www.linkedin.com/in/neubauer http://www.neo4j.org - New Energy for Data - the Graph Database. http://www.ops4j.org - New Energy for OSS Communities - Open Participation Software. http://www.qi4j.org - New Energy for Java - Domain Driven Development. _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

