5.0.3 -2017-06-20
- Solve the
supportMethodsArguments
parameter problem. It is recommended to upgrade to the latest version.
5.0.2 - 2017-05-30
Page<E>
implementsCloseable
interface, in JDK7+ which can use the intry ()
call, it will automatically callPageHelper.clearPage ();
#58- fixed: DB2 paging must be specified sub-query alias, or an exception will occur #52
- fixed
page.size() == 0
thenpageInfo.isIsLastPage()
isfalse
#50
5.0.1 - 2017-04-23
- Add the new parameter
countColumn
used to configure the automatic count column, the default value0
, that is, `count(0). - The
Page
class is also added with thecountColumn
parameter, which can be configured for a specific query. - Modify the document display problem, by liumian* PR #30
- Resolved sqlserver2012 paging error 42
5.0.0 - 2017-01-02
- Use Use QueryInterceptor spec to handle paging logic
- New pagination plugin interceptor
com.github.pagehelper.PageInterceptor
- New
Dialect
PageHelper
is a special implementation class, the previous function is implemented in more user-friendly ways - New pagination plugin only a
dialect
parameter, the defaultdialect
isPageHelper
PageHelper
continue to support previously provided parameters, Among the latest to use the document has been fully updatedPageHelper
has ahelperDialect
parameter which is the same functional as the previousdialect
- Added paging implementation based on pure
RowBounds
andPageRowBounds
, incom.github. pagehelper. dialect. rowbounds
package, it is used asdialect
Parameter sample implementation, more detailed documentation will be added later - Removed inappropriate orderby functions that appear in pagination plugin. It will provide a separate sort plug-ins in the future
- Remove
PageHelper
are less commonly used methods - A new document, an important part of the update has been mentioned in the changelog, provides the English version of this document
- fix bug #149
- renamed Db2RowDialect to Db2RowBoundsDialect
- All thrown exceptions being replaced by PageException
Older Changelogs are written in Chinese
You can view here