1
我是Play新玩家。 我使用2.0版本 我嘗試將我的projet連接到postgresql數據庫並使用jpa來檢索數據。 我可以連接到數據庫,但我無法用jpa發出請求。Play Framework jpa和postgresql
當我在我的梅索德用戶模型嘗試驗證
Query query = JPA.em().createQuery("myQuery")
我有這樣的消息「
[RuntimeExeption: No EntityManager bound to this thread. Try to annotate your action method with @play.db.jpa.Transactional]
對不起我的英語不好:)
您能否請您展示您的模型的結構? – Nacef