You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After saving an entity with the method .save of CrudRepository, it does not retrive the "entire/complete" persisted entity: the fields of a ManyToOne relationship field, are null.
In the Reference URL (StackOverflow) there is a detailed explanation
Andrea Bevilacqua opened DATAREST-1445 and commented
After saving an entity with the method .save of CrudRepository, it does not retrive the "entire/complete" persisted entity: the fields of a ManyToOne relationship field, are null.
In the Reference URL (StackOverflow) there is a detailed explanation
Reference URL: https://stackoverflow.com/questions/45491551/refresh-and-fetch-an-entity-after-save-jpa-spring-data-hibernate
The text was updated successfully, but these errors were encountered: