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.
HQL クエリで 2 つの日付を比較したいと思います。私は次のようなものを持っています:
from TeamPlayer as tp where tp.team = :team and tp.playerStartDate < season.seasonStart;
誰でも私を助けることができますか?
前もって感謝します