Removed context setting from the Query/Statement API (it did not haveany influence anyway). Extracted common behaviour of QueryImpl andTypedQueryImpl into a common superclass. (commit: 51f531e)
Added possibility to specify a descriptor for results in TypedQuery.Tested it. (commit: 6fd300f)
Removed println. (commit: b0cc7b1)