public static class JPAEntityHelper.EntityTable extends Object
| 构造器和说明 |
|---|
EntityTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addCol(String prop,
String col) |
protected void |
addProp(String col,
String prop) |
boolean |
equals(Object obj) |
String |
getCol(String prop)
根据property获取column
|
String |
getName()
获取数据库表名
|
String |
getProp(String col)
根据column获取property
|
int |
hashCode() |
protected void |
setName(String name) |
protected void |
setTable(javax.persistence.Table table) |
Copyright © 2018. All rights reserved.