标签: hibernate jpa spring-boot hql
我有疑问:
entityManager.createQuery("from Example where created > :since", Example.class);
应用查询:2017-09-11T15:09:26.708Z
DB包含:2017-09-11 15:09:26.708086
所以我得到一个包含' 2017-09-11 15:09:26.708086'我期待的 缺席。
如何修剪查询中的微秒?