200201202203204205206207208209
// rate article article.incrementRate( rate ); save( article ); // create Rate entity that holds info whether user already voted for this article or not save( new Rate( articleId, accountId ) ); } return article; }