读书人

4.实业和数据库表格

发布时间: 2012-10-07 17:28:51 作者: rapoo

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.

""

?

读书人网 >其他数据库

热点推荐