Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のクエリがあります。
SELECT City.*, User.* FROM City,User
そして私はentityManagerオブジェクトを持っています。したがって、このクエリを実行することは可能で、entityManager は [City,User] のリストを返しますか?
createNativeQuery(String, Class) というメソッドが存在することしかわかりません。