JPA: how to override column names of @Embedded attributes

前端 未结 0 788
后悔当初
后悔当初 2021-02-12 02:09

Person class

@Embeddable
public class Person {
    @Column
    public int code;

    //...
}

is embedded inside Event

相关标签:
回答
  • 消灭零回复
提交回复
热议问题