首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

(转)jpa 引文

2012-11-21 
(转)jpa 注解转自:jpa 注解1.设置Pojo为实体@Transientprivate int tempValuepublic int getTempValue(){

(转)jpa 注解
转自:jpa 注解

1.设置Pojo为实体

    @Transient        private int tempValue;              public int getTempValue(){        get tempValue;        }              public void setTempValue(int value){        this.tempValue = value;        }   

热点排行