Posts by bruno_arabica • 3 points
1 post
-
0
votes1
answer63
viewsQ: Problem in table name during creation by Hibernate
I am "announcing" an entity Menu using Hibernate/jpa, and Menu contains an entity ShareActivity embeddeble that I created. @Entity(name="menu") public class Menu implements Component { @Embedded…