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.
作成するコードはどこに置くべきですかCriteriaQuery。データアクセス層またはサービス層にある必要があります。
CriteriaQuery
データ アクセス層。たとえば、実装を別のものに変更したい場合jpa、CriteriaQueryサービス クラスに影響を与えたくありません。
jpa