public List<V> findAllEntities(Object... parameters); 等价于: public List<V> findAllEntities(Object[] parameters);