jar

com.github.xiwh : mybatis-paginator

Maven & Gradle

Oct 28, 2020
44 stars

springboot-mybatis-paginator · A powerful and easy-to-use mybatis physical paginator

Table Of Contents

Latest Version

Download com.github.xiwh : mybatis-paginator JAR file - Latest Versions:

All Versions

Download com.github.xiwh : mybatis-paginator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mybatis-paginator-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.xiwh.paginator.utils

├─ com.xiwh.paginator.utils.StringUtils.class - [JAR]

com.xiwh.paginator.wrappers

├─ com.xiwh.paginator.wrappers.NPlusOnePage.class - [JAR]

├─ com.xiwh.paginator.wrappers.NPlusOnePageWrapper.class - [JAR]

├─ com.xiwh.paginator.wrappers.NormalPageWrapper.class - [JAR]

├─ com.xiwh.paginator.wrappers.NormalPageWrapperBase.class - [JAR]

├─ com.xiwh.paginator.wrappers.PageParamsWrapper.class - [JAR]

├─ com.xiwh.paginator.wrappers.PagingRowBounds.class - [JAR]

├─ com.xiwh.paginator.wrappers.SimplePage.class - [JAR]

com.xiwh.paginator.interceptors

├─ com.xiwh.paginator.interceptors.BaseInterceptor.class - [JAR]

├─ com.xiwh.paginator.interceptors.PaginatorExecuteHandler.class - [JAR]

├─ com.xiwh.paginator.interceptors.PaginatorLimitHandler.class - [JAR]

├─ com.xiwh.paginator.interceptors.PaginatorResultHandler.class - [JAR]

com.xiwh.paginator.annotations

├─ com.xiwh.paginator.annotations.NPlusOnePaginator.class - [JAR]

├─ com.xiwh.paginator.annotations.NormalPaginator.class - [JAR]

com.xiwh.paginator.cache

├─ com.xiwh.paginator.cache.CountResultCache.class - [JAR]

├─ com.xiwh.paginator.cache.MybatisMethodCache.class - [JAR]

com.xiwh.paginator

├─ com.xiwh.paginator.Paginator.class - [JAR]

com.xiwh.paginator.cache.impl

├─ com.xiwh.paginator.cache.impl.CountResultCacheImpl.class - [JAR]

├─ com.xiwh.paginator.cache.impl.MybatisMethodCacheImpl.class - [JAR]

com.xiwh.paginator.sqlGenerator

├─ com.xiwh.paginator.sqlGenerator.DataBaseType.class - [JAR]

├─ com.xiwh.paginator.sqlGenerator.PaginatorSqlGenerator.class - [JAR]