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

hibernate 也用觅id

2012-09-24 
hibernate 也用找idConnection poolConnsession.connection()???? PreparedStatement? ptmta ? poolCon

hibernate 也用找id

Connection poolConn=session.connection();
???? PreparedStatement? ptmta =? poolConn.prepareStatement("select SEQ_ACDM_TACHE_NUM.nextval from dual");
???? ResultSet rs = ptmta.executeQuery();
???? String id=null;
???? if(rs.next()){
???? rs.getString(1);
?????????? id=rs.getString(1);
???? }

热点排行