|
Change Variable Type q : Query to q : TypedQuery<Article> in method public getArticle(id Long) : Article in class dao.ArticleDao |
From |
To |
|
Change Variable Type q : Query to q : TypedQuery<Article> in method public getFirstArticleForFrontPage() : Article in class dao.ArticleDao |
From |
To |
|
Change Variable Type q : Query to q : TypedQuery<Article> in method public getOlderArticlesForFrontPage() : List<Article> in class dao.ArticleDao |
From |
To |
|
Change Variable Type q : Query to q : TypedQuery<User> in method public setup() : void in class dao.SetupDao |
From |
To |
|
Change Variable Type query : Query to q : TypedQuery<User> in method public postArticle(username String, articleDto ArticleDto) : boolean in class dao.ArticleDao |
From |
To |