I have two tables that are very simple

code_category
-------------
category_id
category_name

code_reference
-------------
code_id
category_id
code_desc

Is it possible to combine these into one object in Hibernate?  All I've read
seem to indicate that these should be separate objects.  Is it best to
separate them, or combine them?

Thanks,

Matt



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to