Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E15AD2E73 for ; Sat, 7 May 2011 09:03:45 +0000 (UTC) Received: (qmail 19463 invoked by uid 500); 7 May 2011 09:03:45 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 19436 invoked by uid 500); 7 May 2011 09:03:45 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 19428 invoked by uid 99); 7 May 2011 09:03:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 May 2011 09:03:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 May 2011 09:03:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 24552C56AA for ; Sat, 7 May 2011 09:03:03 +0000 (UTC) Date: Sat, 7 May 2011 09:03:03 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: dev@camel.apache.org Message-ID: <955331240.29959.1304758983145.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <820771008.28621.1304703423096.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CAMEL-3952) Add support for page quering in ibatis and mybatis MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CAMEL-3952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3952: ------------------------------- Description: Cmel-ibatis or Cmel-mybatis provides us the basic CURD processing to be integrated with ibatis or mybatis api, but there's no special support for Page Querying which is quite common in practise. So some improvements towards that should be added. Take mybatis for example, "SqlSession" interface of it provides "List selectList(String statement, Object parameter, RowBounds rowBounds)" method to support pageQuery while similar jobs did in Hibernatewith PageDialect brought in for support. so PageQuery support either in camel-ibatis or camel-mybatis seems more helpfull in real life to be integrated with ibatis or mybatis. I think we should add new peration type in "StatementType" and try to make some patch towards the XXProducer or XXConsumer class to put it into practise. was: Take mybatis for example, "SqlSession" interface of it provides "List selectList(String statement, Object parameter, RowBounds rowBounds)" method to support pageQuery while similar jobs did in Hibernatewith PageDialect brought in for support. so PageQuery support either in camel-ibatis or camel-mybatis seems more helpfull in real life to be integrated with ibatis or mybatis. I think we should add new peration type in "StatementType" and try to make some patch towards the XXProducer or XXConsumer class to put it into practise. Fix Version/s: (was: 2.8.0) 2.9.0 Issue Type: New Feature (was: Improvement) Remaining Estimate: (was: 168h) Original Estimate: (was: 168h) Summary: Add support for page quering in ibatis and mybatis (was: Cmel-ibatis or Cmel-mybatis provides us the basic CURD processing to be integrated with ibatis or mybatis api, but there's no special support for Page Querying which is quite common in practise. So some improvements towards that should be added.) > Add support for page quering in ibatis and mybatis > -------------------------------------------------- > > Key: CAMEL-3952 > URL: https://issues.apache.org/jira/browse/CAMEL-3952 > Project: Camel > Issue Type: New Feature > Components: camel-ibatis > Affects Versions: 2.7.1 > Reporter: jerryscott2012 > Priority: Minor > Fix For: 2.9.0 > > > Cmel-ibatis or Cmel-mybatis provides us the basic CURD processing to be integrated with ibatis or mybatis api, but there's no special support for Page Querying which is quite common in practise. So some improvements towards that should be added. > Take mybatis for example, "SqlSession" interface of it provides "List selectList(String statement, Object parameter, RowBounds rowBounds)" method to support pageQuery while similar jobs did in Hibernatewith PageDialect brought in for support. so PageQuery support either in camel-ibatis or camel-mybatis seems more helpfull in real life to be integrated with ibatis or mybatis. I think we should add new peration type in "StatementType" and try to make some patch towards the XXProducer or XXConsumer class to put it into practise. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira