I use tutorial sample pet-cat-dog to test @Table, @Inheritance together
it doesn't work.
jboss silently ignore @Table annotation
I know @Table, @Inheritance work nice separately
but I need two annotation work together
is it bug? or is there any way to create named with TD_PET ?
here is my sample code
| @Entity
| @Table(name = "TD_PET")
| @Inheritance(strategy = InheritanceType.TABLE_PER_CLASS)
| public class Pet implements java.io.Serializable
| {
| }
|
thx in advance
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884338#3884338
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884338
-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user