摘要:
数据库中的创建视图就不说了!代码中,创建一个实体类,名要和数据库中的视图名一样字段也要一样,位置可以不相同@Entitypublic class MediaView { @Id private String strId; private Integer intType; private String strTitle; private Integer intState; private Long click; private Long vote; private Long comment; private String memberId; private String strNickName; 阅读全文
posted @ 2011-06-28 16:55
为牛马者,背负前行
阅读(425)
评论(0)
推荐(0)

浙公网安备 33010602011771号