| 程序包 | 说明 |
|---|---|
| com.github.pagehelper | |
| com.github.pagehelper.dialect.auto | |
| com.github.pagehelper.dialect.helper | |
| com.github.pagehelper.page |
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractHelperDialect |
AutoDialect.extractDialect(K dialectKey,
org.apache.ibatis.mapping.MappedStatement ms,
DataSource dataSource,
Properties properties)
提取 dialect
|
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractHelperDialect |
DataSourceAutoDialect.extractDialect(String dialectKey,
org.apache.ibatis.mapping.MappedStatement ms,
DataSource dataSource,
Properties properties) |
AbstractHelperDialect |
DataSourceNegotiationAutoDialect.extractDialect(String dialectKey,
org.apache.ibatis.mapping.MappedStatement ms,
DataSource dataSource,
Properties properties) |
AbstractHelperDialect |
DefaultAutoDialect.extractDialect(String dialectKey,
org.apache.ibatis.mapping.MappedStatement ms,
DataSource dataSource,
Properties properties) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Db2Dialect |
class |
FirebirdDialect
firebirdsql数据库
https://firebirdsql.github.io/jaybird-manual/jaybird_manual.html
https://firebirdsql.org/file/documentation/chunk/en/refdocs/fblangref40/fblangref40-dml.html#fblangref40-dml-select-offsetfetch
|
class |
HerdDBDialect
Support for HerdDB https://github.com/diennea/herddb.
|
class |
HsqldbDialect |
class |
InformixDialect |
class |
MySqlDialect |
class |
Oracle9iDialect
参考
https://github.com/pagehelper/Mybatis-PageHelper/pull/476
https://github.com/hibernate/hibernate-orm/search?
|
class |
OracleDialect |
class |
OscarDialect |
class |
PostgreSqlDialect
PostgreSQL 方言.
|
class |
SqlServer2012Dialect |
class |
SqlServerDialect |
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractHelperDialect |
PageAutoDialect.autoGetDialect(org.apache.ibatis.mapping.MappedStatement ms)
自动获取分页方言实现
|
AbstractHelperDialect |
PageAutoDialect.getDelegate() |
static AbstractHelperDialect |
PageAutoDialect.instanceDialect(String dialectClass,
Properties properties)
初始化 helper
|
Copyright © 2021. All rights reserved.