Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我找不到任何说明如何将字段注释为复合列的文档或示例。无论如何要这样做还是不支持?
例如,
@Column(name="body") private String body;
这将创建一个列“body”
有没有办法注释这样它会创建一个复合列“body:foo”?