<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

             使用spring的HibernateTemplate 過程中發現有很多方法和直接使用hibernate 查詢的方法不同
    1、比如String hql = "select s from ShopInfo s where s.userId=:userid"; 這個hql語句 使用hibernate查詢
    Query query = this.getDaoDelegate().createQuery( hql ).setParameter("userid", userid);  這樣得到一個query了 可以通過setParameter方法寫對參數賦值,可是通過HibernateTemplate  如何進行查詢啊
    2、使用HibernateTemplate 的executeFind 和execute等方法的時候是返回一個HibernateCallback對象 要實現doInHibernate這個方法 這樣查詢的時候就都使用了一個匿名函數
    public List getAll(){
      return getHibernateTemplate().executeFind(new HibernateCallback() {
         public Object doInHibernate(Session s) {
            return s.createQuery("from Student").list();
          }
        });
     }
    感覺這樣很麻煩 有什么好的方法解決么 還請朋友多多指教 在線等

    posted on 2007-12-10 09:54 LifeNote 閱讀(5384) 評論(3)  編輯  收藏 所屬分類: JavaHibernateSpring
    Comments
    • # re: getHibernateTemplate() 學習的疑問
      ph
      Posted @ 2007-12-10 10:55
      //-------------------------------------------------------------------------
      // Convenience finder methods for HQL strings
      //-------------------------------------------------------------------------

      /**
      * Execute an HQL query.
      * @param queryString a query expressed in Hibernate's query language
      * @return a {@link List} containing the results of the query execution
      * @throws org.springframework.dao.DataAccessException in case of Hibernate errors
      * @see org.hibernate.Session#createQuery
      */
      List find(String queryString) throws DataAccessException;

      /**
      * Execute an HQL query, binding one value to a "?" parameter in the
      * query string.
      * @param queryString a query expressed in Hibernate's query language
      * @param value the value of the parameter
      * @return a {@link List} containing the results of the query execution
      * @throws org.springframework.dao.DataAccessException in case of Hibernate errors
      * @see org.hibernate.Session#createQuery
      */
      List find(String queryString, Object value) throws DataAccessException;

      /**
      * Execute an HQL query, binding a number of values to "?" parameters
      * in the query string.
      * @param queryString a query expressed in Hibernate's query language
      * @param values the values of the parameters
      * @return a {@link List} containing the results of the query execution
      * @throws org.springframework.dao.DataAccessException in case of Hibernate errors
      * @see org.hibernate.Session#createQuery
      */
      List find(String queryString, Object[] values) throws DataAccessException;

      /**
      * Execute an HQL query, binding one value to a ":" named parameter
      * in the query string.
      * @param queryString a query expressed in Hibernate's query language
      * @param paramName the name of the parameter
      * @param value the value of the parameter
      * @return a {@link List} containing the results of the query execution
      * @throws org.springframework.dao.DataAccessException in case of Hibernate errors
      * @see org.hibernate.Session#getNamedQuery(String)
      */
      List findByNamedParam(String queryString, String paramName, Object value)
      throws DataAccessException;

      /**
      * Execute an HQL query, binding a number of values to ":" named
      * parameters in the query string.
      * @param queryString a query expressed in Hibernate's query language
      * @param paramNames the names of the parameters
      * @param values the values of the parameters
      * @return a {@link List} containing the results of the query execution
      * @throws org.springframework.dao.DataAccessException in case of Hibernate errors
      * @see org.hibernate.Session#getNamedQuery(String)
      */
      List findByNamedParam(String queryString, String[] paramNames, Object[] values)
      throws DataAccessException;  回復  更多評論   
    • # re: getHibernateTemplate() 學習的疑問
      ph
      Posted @ 2007-12-10 11:05
      簡言之,用“?”的參數可以用find(hql, values), 用:userid可以使用findByNamedParam(hql, paramNames, values)  回復  更多評論   
    • # re: getHibernateTemplate() 學習的疑問
      LifeNote
      Posted @ 2007-12-10 17:07
      多謝指點 還是多看下api的好啊 呵呵   回復  更多評論   
     
    主站蜘蛛池模板: 亚洲日本人成中文字幕| 国产亚洲一卡2卡3卡4卡新区| 国产精品久久免费| 亚洲欧美日韩久久精品| 亚洲精品动漫人成3d在线 | 91成人在线免费观看| 亚洲人成网站18禁止| 国产成人亚洲综合无码| 免费下载成人电影| japanese色国产在线看免费| 亚洲国产精品无码久久久| 亚洲一区无码精品色| 91网站免费观看| 国产在线国偷精品免费看| 亚洲欧美成人综合久久久| 亚洲av综合avav中文| 免费va人成视频网站全| 亚洲成人免费网站| 成年免费a级毛片免费看无码 | 亚洲毛片在线免费观看| 产传媒61国产免费| 亚洲中文字幕AV在天堂| 亚洲av无码片在线播放| 亚洲第一区在线观看| 成人一a毛片免费视频| 男人的天堂网免费网站| 日韩在线视频播放免费视频完整版| 亚洲欧洲日产国码二区首页| 国产亚洲精品无码拍拍拍色欲 | 国产精品亚洲产品一区二区三区| 久九九精品免费视频| 国产白丝无码免费视频| 中文字幕免费观看全部电影| 国产精品亚洲专区无码WEB| 亚洲欧洲自拍拍偷综合| 亚洲av日韩av无码| 亚洲欧洲国产精品香蕉网| 亚洲一区二区三区国产精品| 日韩黄色免费观看| 成人免费午夜在线观看| 四虎永久在线观看免费网站网址 |