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.
即使查询中未提及 Order by 子句,openjpa 是否会以特定顺序返回结果列表?我按升序获得结果,并且没有按子句编写顺序。
<property name="openjpa.Log" value="SQL=trace"/>
您始终可以启用跟踪以查看正在生成的 SQL。