HibernateTemplate中如何实现模糊查询

2024年11月30日 04:38
有1个网友回答
网友(1):

写个HQL语句
例如:"FROM Student where name LIKE '%"+ studentName +"%'";
然后查询.