文件名称: pagehelper-6.0.0.jar中文-英文对照文档.zip
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>6.0.0</version>
</dependency>Gradle:
implementation group: 'com.github.pagehelper', name: 'pagehelper', version: '6.0.0'
Gradle (Short):
implementation 'com.github.pagehelper:pagehelper:6.0.0'
Gradle (Kotlin):
implementation("com.github.pagehelper:pagehelper:6.0.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.github.pagehelper
com.github.pagehelper.cache
com.github.pagehelper.dialect
com.github.pagehelper.dialect.auto
com.github.pagehelper.dialect.helper
com.github.pagehelper.dialect.replace
com.github.pagehelper.dialect.rowbounds
com.github.pagehelper.page
com.github.pagehelper.parser
com.github.pagehelper.utilcom.github.pagehelper.AutoDialect
com.github.pagehelper.BoundSqlInterceptor
com.github.pagehelper.BoundSqlInterceptor.Chain
com.github.pagehelper.BoundSqlInterceptor.Type
com.github.pagehelper.BoundSqlInterceptorChain
com.github.pagehelper.Constant
com.github.pagehelper.CountMsIdGen
com.github.pagehelper.Dialect
com.github.pagehelper.IPage
com.github.pagehelper.ISelect
com.github.pagehelper.JSqlParser
com.github.pagehelper.Page
com.github.pagehelper.Page.Function
com.github.pagehelper.PageException
com.github.pagehelper.PageHelper
com.github.pagehelper.PageInfo
com.github.pagehelper.PageInterceptor
com.github.pagehelper.PageParam
com.github.pagehelper.PageProperties
com.github.pagehelper.PageRowBounds
com.github.pagehelper.PageSerializable
com.github.pagehelper.QueryInterceptor
com.github.pagehelper.cache.Cache
com.github.pagehelper.cache.CacheFactory
com.github.pagehelper.cache.GuavaCache
com.github.pagehelper.cache.SimpleCache
com.github.pagehelper.dialect.AbstractDialect
com.github.pagehelper.dialect.AbstractHelperDialect
com.github.pagehelper.dialect.AbstractRowBoundsDialect
com.github.pagehelper.dialect.ReplaceSql
com.github.pagehelper.dialect.auto.C3P0AutoDialect
com.github.pagehelper.dialect.auto.DataSourceAutoDialect
com.github.pagehelper.dialect.auto.DataSourceNegotiationAutoDialect
com.github.pagehelper.dialect.auto.DbcpAutoDialect
com.github.pagehelper.dialect.auto.DefaultAutoDialect
com.github.pagehelper.dialect.auto.DruidAutoDialect
com.github.pagehelper.dialect.auto.HikariAutoDialect
com.github.pagehelper.dialect.auto.TomcatAutoDialect
com.github.pagehelper.dialect.helper.AS400Dialect
com.github.pagehelper.dialect.helper.CirroDataDialect
com.github.pagehelper.dialect.helper.Db2Dialect
com.github.pagehelper.dialect.helper.FirebirdDialect
com.github.pagehelper.dialect.helper.HerdDBDialect
com.github.pagehelper.dialect.helper.HsqldbDialect
com.github.pagehelper.dialect.helper.InformixDialect
com.github.pagehelper.dialect.helper.MySqlDialect
com.github.pagehelper.dialect.helper.Oracle9iDialect
com.github.pagehelper.dialect.helper.OracleDialect
com.github.pagehelper.dialect.helper.OscarDialect
com.github.pagehelper.dialect.helper.PostgreSqlDialect
com.github.pagehelper.dialect.helper.SqlServer2012Dialect
com.github.pagehelper.dialect.helper.SqlServerDialect
com.github.pagehelper.dialect.replace.RegexWithNolockReplaceSql
com.github.pagehelper.dialect.replace.SimpleWithNolockReplaceSql
com.github.pagehelper.dialect.rowbounds.Db2RowBoundsDialect
com.github.pagehelper.dialect.rowbounds.HerdDBRowBoundsDialect
com.github.pagehelper.dialect.rowbounds.HsqldbRowBoundsDialect
com.github.pagehelper.dialect.rowbounds.InformixRowBoundsDialect
com.github.pagehelper.dialect.rowbounds.MySqlRowBoundsDialect
com.github.pagehelper.dialect.rowbounds.OracleRowBoundsDialect
com.github.pagehelper.dialect.rowbounds.PostgreSqlRowBoundsDialect
com.github.pagehelper.dialect.rowbounds.SqlServer2012RowBoundsDialect
com.github.pagehelper.dialect.rowbounds.SqlServerRowBoundsDialect
com.github.pagehelper.page.PageAutoDialect
com.github.pagehelper.page.PageBoundSqlInterceptors
com.github.pagehelper.page.PageMethod
com.github.pagehelper.page.PageParams
com.github.pagehelper.parser.CountSqlParser
com.github.pagehelper.parser.DefaultCountSqlParser
com.github.pagehelper.parser.OrderByParser
com.github.pagehelper.parser.SqlServerParser
com.github.pagehelper.util.ClassUtil
com.github.pagehelper.util.ExecutorUtil
com.github.pagehelper.util.MSUtils
com.github.pagehelper.util.MetaObjectUtil
com.github.pagehelper.util.MetaObjectWithReflectCache
com.github.pagehelper.util.PageObjectUtil
com.github.pagehelper.util.SqlSafeUtil
com.github.pagehelper.util.StackTraceUtil
com.github.pagehelper.util.StringUtil