I have two Pojo classes. For example, Milk and Honey.
And also database tables with same structure. I am do not use ORM mapping.

I write DAO class for class Milk that fetches data from the tables
milk and honey at once.
But i am in trouble how i can display this result set.

I think that writing third Pojo MilkHoney for displaying this data is
bad idea...

Thank you!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to