如何通过JPA注释指定SQL注释? [英] How to specify SQL comments through JPA annotations?

查看:120
本文介绍了如何通过JPA注释指定SQL注释?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法通过JPA注释指定SQL注释?表和列的注释。

Is there any way to specify SQL comments through JPA annotations? Comments for tables and columns.

推荐答案


有没有办法通过JPA注释指定SQL注释?表和列的注释。

Is there any way to specify SQL comments through JPA annotations? Comments for tables and columns.

否。如果要定义表和列注释,最好的选择是在生成的DDL中的事实之后,在对数据库执行它之前执行它。

No. If you want to define tables and columns comments, your best option is to do it after the facts in the generated DDL, before executing it against your database.

这篇关于如何通过JPA注释指定SQL注释?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆