读书人

(转)jpa 引文

发布时间: 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;        }   

读书人网 >软件架构设计

热点推荐