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 Orders.OrderID, Customers.CustomerName, Orders.OrderDate FROM Orders INNER JOIN Customers ON Orders.CustomerID=Customers.CustomerID;
Criteria クエリで上記の SQL クエリをどのように記述できますか?
基準 API の情報と例については、次を参照してください。
http://en.wikibooks.org/wiki/Java_Persistence/Criteria