How to change order by BINARY column with TypedQuery in JPA

前端 未结 0 906
梦如初夏
梦如初夏 2021-01-17 15:42

I have this code

TypedQuery query = this.getSessionFactory()
  .getCurrentSession()
  .createQuery         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题