我需要在通过JPA EntityManager访问的数据库中创建一个新表。JPA NativeQueries是否支持“Select”或“Update”以外的查询?或者,有没有其他最先进的方法可以在JPAContext中执行复杂的SQL查询?
I noticed that there were some threads with similar questions, and I did look through them but did not really get a convincing answer. Here s my question: The subquery below returns a Table with 3 ...