Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    397

    Iterating and hibernateTemplate

    Hi,

    I'm trying to launch a query a few times, with a collection of data and this should return a list of results.

    The code will make it a lot easier to understand:


    public List <...
  2. Replies
    0
    Views
    479

    Iterator and hibernateTemplate

    Hi,

    I'm trying to launch a query a few times, with a collection of data and this should return a list of results.

    The code will make it a lot easier to understand:


    public List <...
  3. Replies
    6
    Views
    2,579

    Ok, I'm making progress. The problem has...

    Ok, I'm making progress.

    The problem has nothing to do with hibernate or my code but the db2 jdbc driver seems to have problems with fields (in the database) that contain accented characters such...
  4. Replies
    6
    Views
    2,579

    I didn't know that like was impossible in DB2...

    I didn't know that like was impossible in DB2 (It's the first time I connect to a DB2, so I can't tell)



    When of the fields in the database of the object I'm trying to retrieve is null I get...
  5. Replies
    6
    Views
    2,579

    Thanks for the suggestions! With the query I...

    Thanks for the suggestions!
    With the query I wrote there is nothing wrong and my thinking was ok, the problem I have now is that my application crashes when one of the columns is 'null' :mad:

    Is...
  6. Replies
    6
    Views
    2,579

    Using 'like' in namedquery

    Hi,

    I'm very new to Spring and I'm trying to execute a query where one of the 3 parameters could be filled in or empty. So a user can enter a name, firstname and customerstreet. When one of the...
Results 1 to 6 of 6