How to add class of relation to @ManyToMany relation before save data. (DETACHED PROBLEM)
I am trying to add UserGroups to User table on Hibernate Spring Data JPA
How to add class of relation to @ManyToMany relation before save data. (DETACHED PROBLEM)
I am trying to add UserGroups to User table on Hibernate Spring Data JPA
How to add class of relation to @ManyToMany relation before save data. (DETACHED PROBLEM)
I am trying to add UserGroups to User table on Hibernate Spring Data JPA
Is there any way to get deleted data of @SoftDelete using specification?
I am using @SoftDelete and envers. I want to provide a feature that can show deleted data. I tried to show it using entity manager but it still adds the additional query. I need to use specification because i should also provide a feature to search the deleted data.
Mapping for JsonNode fails after migrating to SpringBoot 3.x
In Hibernate 5.x I used to register hibernate type like: