I'm using JPA for my Enterprise Application, and when I change values of row into my database table the related entity (get it by a find(-)
) isn't updated with new value.
I think that there is a problem of sync between entity and database or a simple cache, so, how can I solve it?