请问这个方法是怎么解释的 特别是new HibernateCallback();这个方法  
return this.getHibernateTemplate().executeFind(new HibernateCallback(){    
public Object doInHibernate(Session session) throws HibernateException, SQLException {    Query query=session.createQuery("from Productinfo");