I'd like to know if the following is currently supported (v1.2).  I have an 
object structure that looks like the Book/Author scenario below.  I'd like to 
query the Author object where the list of books is greater than one (i.e. there 
is atleast one record in the book table that points back to that author 
record).  I've looked through the OQL/JDO docs online and couldn't figure out 
if it was supported in this release or not (http://www.castor.org/oql.html 
shows news from 0.9.6).

Book
- Long id;
- Author author;

Author
- Long id;
- String name;
- List<Book> books;

Thanks,
Jon

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to