Brett Meyer
commented
on an issue
Re: Preapred statement token (?) not gererated for JPA Criteria API when they are Longs or Ints
Please attach a test case that we can use to reproduce this issue – thanks!
Add Comment
Hibernate ORM
/
HHH-8513
Preapred statement token (?) not gererated for JPA Criteria API when they are Longs or Ints
Preapred statement token (?) not gererated for JPA Criteria API when they are Longs or Ints with the following code.
final Long id = Long.validOf(5L)
predicateList.add(builder.equal(secretsJoin.get(Customer_.id, id);
generates no ? in sql statement
Strings work
String name = "test"
predicateList.ad...
This message was sent by Atlassian JIRA
(v6.1-OD-09-WN#6144-
sha1:62dfc48
)