Search:

Type: Posts; User: cheetah; Keyword(s):

Search: Search took 0.02 seconds.

  1. I was thinking there might might be a clever way...

    I was thinking there might might be a clever way using annotations, but maybe it's not possible to get a compiler warning.

    I guess it's not that difficult to check the API docs, but what if the...
  2. NamedParameterJdbcTemplate.queryForObject() Exceptions

    Looking through some code, I found something like this:
    try {
    product = namedParameterJdbcTemplate.queryForObject(
    query, params, new ProductMapper());
    } catch (EmptyResultDataAccessException...
Results 1 to 2 of 2