Class ResultsetSpliterator<T>

    • Constructor Detail

      • ResultsetSpliterator

        public ResultsetSpliterator​(RecordMapper<T> recordMapper,
                                    Criteria criteria,
                                    Statement statement,
                                    ResultSet resultSet)
                             throws TorqueException
        Constructor
        Parameters:
        recordMapper - a RecordMapper to map ResultSet rows to entities of type T
        criteria - a Criteria
        statement - the statement that created the ResultSet
        resultSet - the JDBC result set
        Throws:
        TorqueException - backend database exception