当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
GetGeneratedKeysHelper (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.util
Class GetGeneratedKeysHelper
java.lang.Object
net.sf.hibernate.util.GetGeneratedKeysHelper
- public final class GetGeneratedKeysHelper
- extends Object
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
prepareStatement
public static PreparedStatement prepareStatement(Connection conn,
String sql)
throws SQLException
- Throws:
SQLException
getGeneratedKey
public static ResultSet getGeneratedKey(PreparedStatement ps)
throws SQLException
- Throws:
SQLException