|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
ID - Primary key typepublic interface IEntity<ID extends Serializable>
Generic interface for a database entity
| 方法摘要 | |
|---|---|
ID |
getId()
gets the primary key |
void |
setId(ID id)
sets the primary key |
| 方法详细信息 |
|---|
ID getId()
void setId(ID id)
id - primary key
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||