类 ResultSetWrapperImpl
- java.lang.Object
-
- org.hibernate.engine.jdbc.internal.ResultSetWrapperImpl
-
- 所有已实现的接口:
ResultSetWrapper
public class ResultSetWrapperImpl extends Object implements ResultSetWrapper
Standard Hibernate implementation for wrapping aResultSetin a " column name cache" wrapper.- 作者:
- Steve Ebersole, Gail Badner
-
-
构造器概要
构造器 构造器 说明 ResultSetWrapperImpl(ServiceRegistry serviceRegistry)
-
-
-
构造器详细资料
-
ResultSetWrapperImpl
public ResultSetWrapperImpl(ServiceRegistry serviceRegistry)
-
-
方法详细资料
-
wrap
public ResultSet wrap(ResultSet resultSet, ColumnNameCache columnNameCache)
从接口复制的说明:ResultSetWrapperWrap a result set in a "column name cache" wrapper.- 指定者:
wrap在接口中ResultSetWrapper- 参数:
resultSet- The result set to wrapcolumnNameCache- The column name cache.- 返回:
- The wrapped result set.
-
-