Hi,

I try to use the findByCriteria to search over associations like

Map<String, Object> crits = ...
crits.put("Library.Media.Name", "myName");

LibraryRepository.findByCriteria(crits);

Then I got a 
org.fornax.cartridges.sculptor.framework.errorhandling.DatabaseAccessException: 

could not resolve property: Media.name of:  Library;

and so on. The problems in iterating over more then one entity.

I'm using it wrong?

Regards
    Steffen...


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to