从数据库中获取List判空问题.

1.   对于我们从数据库中获取集合数据,封装在List<Object> 中,

          如:   List<User>  list  = userDao.findByname( name);

    在使用list集合数据时