(转)jpa 注解
转自:jpa 注解
1.设置Pojo为实体
@Transient private int tempValue; public int getTempValue(){ get tempValue; } public void setTempValue(int value){ this.tempValue = value; } 发布时间: 2012-11-21 08:23:25 作者: rapoo
(转)jpa 注解
转自:jpa 注解
1.设置Pojo为实体
@Transient private int tempValue; public int getTempValue(){ get tempValue; } public void setTempValue(int value){ this.tempValue = value; }