I have a few tables:

songs: song_id, song_name, song_uri, category_id (FK->categories), format_id
(FK->formats)

categories: category_id, category_name

formats: format_id, format_name

Since each is their own table, I assume that if I want to use entities, I
need one for each type... Still, when I create a bunch of song beans, isn't
it a fairly heavyweight solution to create the category and format beans as
well, especially if most operations are view only (no data is being
changed)?

Hunter


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to