首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

4.实业和数据库表格

2012-10-07 
4.实体和数据库表格Entitynamedescdefaultname(Optional)The name of an entity. Defaults to the unquali

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.

""

?

热点排行