I have added finder method to an entity class, and could access via dynamically round tripped views. However I want to access finder methods explicitly from controller or any other classes. Is this possible ?
For example, I have created new controller as homeController, that would be called on landing on web application, I want to load all products using a finder method and display them (on landing page)
If not possible, any alternate solution would be appreciated with roo.


Reply With Quote
