not sure I understand your question...? regions is an entityquery defined in
components.xml
<fwk:entity-query name="regions">
| <fwk:ejbql>from Region</fwk:ejbql>
| <fwk:order>name</fwk:order>
| </fwk:entity-query>
|
Feedback is a model class that has references to a region (instance of Region model class)
and destination (instance of Destination model class).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075559#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...