|
Can confirm that this still applies to hibernate 5. Attached a test case that shows the problem for hibernate 5. Note that there are actually 2 testcases which show the same problem. Either using a collection_valued_input_parameter as defined by JPA spec with an empty list or just (), which IMO is semantically the same, results in the empty brackets being rendered into the SQL.
|