hibernate方法中参数传入数组的查询方法
public List<T> getByIds(Long[] ids) { return getSession().createQuery(// "FROM User WHERE id I ...
public List<T> getByIds(Long[] ids) { return getSession().createQuery(// "FROM User WHERE id I ...