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.
こんにちは、アプリケーションに永続レイヤーを追加しました。次の関数を使用したいと思います
List<C> findByCriteria(Criterion... criterian);
この関数を使用して、制限、射影、および順序を含むクエリを作成する方法を教えてください。
docがあなたの質問に答えてくれると思います。( hibernate の findByCriteriaから)