类 ResultSetWrapperImpl

  • 所有已实现的接口:
    ResultSetWrapper

    public class ResultSetWrapperImpl
    extends Object
    implements ResultSetWrapper
    Standard Hibernate implementation for wrapping a ResultSet in a " column name cache" wrapper.
    作者:
    Steve Ebersole, Gail Badner
    • 构造器详细资料

      • ResultSetWrapperImpl

        public ResultSetWrapperImpl​(ServiceRegistry serviceRegistry)
    • 方法详细资料

      • wrap

        public ResultSet wrap​(ResultSet resultSet,
                              ColumnNameCache columnNameCache)
        从接口复制的说明: ResultSetWrapper
        Wrap a result set in a "column name cache" wrapper.
        指定者:
        wrap 在接口中 ResultSetWrapper
        参数:
        resultSet - The result set to wrap
        columnNameCache - The column name cache.
        返回:
        The wrapped result set.