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
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer