JPA: how to override column names of @Embedded attributes

前端 未结 0 581
半阙折子戏
半阙折子戏 2021-02-12 02:01

Person class

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

    //...
}

is embedded inside Event

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