Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6558981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:15:59+00:00 2026-05-25T13:15:59+00:00

I have a problem using RowMappers with JDBC (especially ParameterizedSingleColumnRowMapper ) : I am

  • 0

I have a problem using RowMappers with JDBC (especially ParameterizedSingleColumnRowMapper) :

I am querying a list of existing ids from a database with the following :

List<Long> existingIds = DS.getJdbcTemplate().query(sql,
                         new ParameterizedSingleColumnRowMapper<Long>());

The only problem is that my list sometimes does not contains long as expected :

// for some value...
System.out.println(existingIds.get(0) instanceof Long); // return FALSE
System.out.println((Object)existingIds.get(0) instanceof Integer); // return TRUE

I could just go through existingIds and recast the values to long but I was expecting the row mapper to do that (I guess ParameterizedSingleColumnRowMapper is using getLong or something like that and usually it tries to cast to the desired value).

Do you have any explanation or ideas to solve that ?

Thanks in advance for your help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T13:16:00+00:00Added an answer on May 25, 2026 at 1:16 pm

    You need to do ParameterizedSingleColumnRowMapper.newInstance(Long.class). Just creating a new instance directly means it doesn’t know the type correctly (it can’t infer it from the generics because they get erased at compile time) so it probably just does .getObject() which will be at the mercy of the JDBC driver.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem using the SSIS. I try to import data from database
I have a problem using HtmlDataTable for viewing data from database. When I create
I have the following problem using subversion: I'm currently working on the trunk of
I have the following problem using template instantiation [*]. file foo.h class Foo {
I have a problem using data from a tab delimited data file imported with
Although I have no problem using SecureCRT (5.1.2 build 274) to work from Windows
I have a problem using docstrings with decorators. Given the following example: def decorator(f):
I have a problem using php rename function. If I use the following syntax
I have problem using Fluent Nhibernate, I have following model. When I try to
i.e Say: select * from tblname where col1 NOT IN array; have problem using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.