Problem in secuencial flow execution of transaction and cache are generating a misaligned of version field
Im trying to update an student on db, however, since cache its executed before transaction already finish, cache its keeping the old version value. So on next update misaligned of version field makes hibernate fail.