日期:2014-05-16  浏览次数:20503 次

4.实体和数据库表格

JBean Developer Guide3.4-For Java

www.suntodo.com

?

JBean Developer 是一个强大的数据库和 JPA/Hibernate/Spring 设计工具,基于模型驱动的应用架构,支持跨数据库平台,编程语言建模,完整支持 JPA 2.0 ,更多功能支持 Spring Hibernate EasyUI Ajax 等。

  1. Entity and Table

  1. 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.

""

  1. 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.

""

?