[
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