Hi all, in the library example there are described some repository operations where entities are requested by attribute values of related domain objects / joined tables. One example is List<@Media> findMediaByCharacter(Long libraryId, String characterName) in the MediaRepository. The generated method in the generated class MediaRepositoryImpl is empty, i.e. is supposed to be implemented manually.
My question is: Is it necessary to implement all these repository operations manually, or is there a way to generate this code with sculptor? Thanks for your help! :)ochen -- View this message in context: http://www.nabble.com/General-question---querying-entities-by-values-of-related-domain-objects-tf4223122s17564.html#a12013403 Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
