Specifies the primary table for the annotated entity. Additional
tables may be specified using {@link SecondaryTable} or {@link
SecondaryTables} annotation.
@Table
字段schema 和MySQL database 同一个意思。
字段catalog
如数据库对象表的全限定名可表示为:Catalog名.Schema名.表名
https://blog.csdn.net/hekewangzi/article/details/41390155
图片.png