Brian Bober

Results 4 comments of Brian Bober

For the thousands of others reading this that are up against the same brick wall, before jumping to another library: I had the most luck using a straight Hibernate Session...

Follow-up: I thought I should say what I ended up with. It turned out I didn't need setParameterList, but some of you may... Since this is for postgres, you may...

If you absolutely run up against a wall, you can do something like this and then just toss it into the sql directly (again, postgres) ``` private String getFormattedArray(Collection dates)...

Same issue with this code. This can be resolved by using the triple backtick, however clicking "" in the rich text editor only gives a single backtick ` create or...