We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07db613 commit 37acb52Copy full SHA for 37acb52
src/main/java/guru/springframework/domain/Order.java
@@ -11,6 +11,7 @@
11
* Created by jt on 12/16/15.
12
*/
13
@Entity
14
+@Table(name = "ORDER_HEADER")
15
public class Order extends AbstractDomainClass {
16
17
@OneToOne
0 commit comments