ActiveJpa/activejpa

JPA2.1 change breaks when making query with clause

ganeshs opened this issue · 0 comments

The latest version of hibernate validates the type of a collection while making IN queries. This results in a failure. ActiveJPA already does some type conversion on its end but doesn't do it for collections.

The older version of hibernate (4.2.2) works fine and dont have this issue.