Skip to main content
1 vote
1 answer
39 views

When upgrading to Spring Boot 4 (Hibernate 7) you can get the message that the json functions are incubated, i.e. default its turned off. It will then tell you to set hibernate.query.hql....
avk's user avatar
  • 883
1 vote
1 answer
40 views

Can someone explain to me the following behavior I'm seeing. I have the following simple setup. @Entity public class Contract { @Id private Long id; //... @OneToMany(mappedBy="...
Daniel Yordanov's user avatar