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 <...
Type: Posts; User: Dinobe; Keyword(s):
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 <...
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 <...
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...
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...
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...
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...