Would it not be a good idea to start using TypedQuery<Entity> in Entity and Finder aspects?

This would certainly lead to far fewer unchecked result lists in applications.

What do you think?
...