0 Replies Latest reply on Mar 30, 2010 4:12 PM by corte86

    DataModel for a composite view (different tables....

    corte86

      Hi all i'm new to seam/hibernate/jboss, so excuse me from start if i made stupid/strange questions....


      my situation: i have reverse engeneered my db and built up my seam entities, forms and CRUD, but i need to build a custom page where i can add/edit/modify rows from different tables(3 or 4)....my question....do u think entityhome entities would be enough to do my job or i will have to build a new session bean, where i build my datamodels (from a join to 2 tables) and another one (selectonemenu to select which entity and input field rendered with its db values or empty) and....in that case....how can i persist them automatically in my db? Thanks a lot....



      Giorgio