4.实体和数据库表格
- Entity
name
desc
default
name
(Optional)The name of an entity. Defaults to the unqualified name of the entity class. This name is used to refer to the entity in queries. The name must not be a reserved literal in the Java Persistence query language.
""
- Table
name
desc
default
name
((Optional) The name of the table. Defaults to the entity name.
""
catalog
(Optional) The catalog of the table.
Defaults to the default catalog.
""
schema
(Optional) The schema of the table.
Defaults to the default schema for user.
""
?