[jboss-user] [JBoss Seam] - Using EntityHome with multiple Entities
sontiver
do-not-reply at jboss.com
Fri Mar 9 12:40:20 EST 2007
Greetings,
I've been using the EntityHome from the Seam Framework, but have stumbled upon the issue of having to deal with two unrelated entities simultaneously in the same CRUD actions. Almost like if we could use EntityHome<E1,E2>
Initial thoughts were to wrap the two Entity Beans under one Pojo (not an Entity), and pass that to EntityHome, would that be an approach to follow? is there another way of reusing CRUD functionality from the EntityHome and apply it to multiple entities?
I'm comfortable extending the Framework, any pointers in that direction could be helpful as well.
Thanks
Sergio Ontiveros
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026683#4026683
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026683
More information about the jboss-user
mailing list