suppose I have a class hierarchy tree and I want the root class to use 
table_per_class stragey.
but from the middle class I want to change the stragey to single table,
can I do it?

i.e - the following class hierarchy 
_______person_________________
______/________\________________
employee_______  manager________
________________/_______\________
_______Team leader____project manager

and I want this hierarchy to be translated to the following tables:

employee_table 
manager_table (this table will contain data for both classes Team Leader  & 
Project Manager)


      


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919262#3919262

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919262


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to