[
https://issues.apache.org/jira/browse/ROL-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Glen Mazza resolved ROL-1995.
-----------------------------
Resolution: Implemented
Fix Version/s: 5.1
> Switch to JPA Typed Queries
> ----------------------------
>
> Key: ROL-1995
> URL: https://issues.apache.org/jira/browse/ROL-1995
> Project: Apache Roller
> Issue Type: Task
> Components: Data Model & JPA Backend
> Affects Versions: 5.1
> Reporter: Glen Mazza
> Assignee: Glen Mazza
> Fix For: 5.1
>
>
> JPA 2.0 offers typed queries
> (http://docs.oracle.com/javaee/6/api/javax/persistence/TypedQuery.html)
> better fitting for generic/parameterized types that Roller is now using.
> Switching from javax.persistence.Query to TypedQuery will get rid of the ugly
> "unchecked assignment" warnings that IDEs report (for one of many examples,
> see JPAWeblogEntryManagerImpl's List<WeblogCategory>
> getWeblogCategories(Weblog website) within an IDE.)
--
This message was sent by Atlassian JIRA
(v6.2#6252)