persist() method in hibernate panache does not update an existing entity.
Why did not throw an exception if the entity already exists?
I tried to persist an existing entity expecting an exception or to update the existing entity. Actually my entity was not updated and no exception was thrown.