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.
EJBQL では、2 つの日付値を比較する方法。仮定する
"Select e from Employee e where e.start_date > :start_date" setParameter("start_date", new Date()); でクエリ パラメータを設定した場合
実行中に例外が発生します..
あなたの提案を待っています