| Package | Description |
|---|---|
| com.github.pagehelper | |
| com.github.pagehelper.dialect.auto | |
| com.github.pagehelper.dialect.helper | |
| com.github.pagehelper.page |
| Modifier and Type | Method and Description |
|---|---|
AbstractHelperDialect |
AutoDialect.extractDialect(K dialectKey,
org.apache.ibatis.mapping.MappedStatement ms,
DataSource dataSource,
Properties properties)
提取 dialect
|
| Modifier and Type | Method and Description |
|---|---|
AbstractHelperDialect |
DataSourceAutoDialect.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) |
AbstractHelperDialect |
DataSourceNegotiationAutoDialect.extractDialect(String dialectKey,
org.apache.ibatis.mapping.MappedStatement ms,
DataSource dataSource,
Properties properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
AS400Dialect |
class |
CirroDataDialect |
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?utf8=%E2%9C%93&q=rownum&type=
|
class |
OracleDialect |
class |
OscarDialect |
class |
PostgreSqlDialect
PostgreSQL 方言.
|
class |
SqlServer2012Dialect |
class |
SqlServerDialect |
| Modifier and Type | Method and Description |
|---|---|
AbstractHelperDialect |
PageAutoDialect.autoGetDialect(org.apache.ibatis.mapping.MappedStatement ms)
自动获取分页方言实现
|
AbstractHelperDialect |
PageAutoDialect.getDelegate() |
static AbstractHelperDialect |
PageAutoDialect.instanceDialect(String dialectClass,
Properties properties)
初始化 helper
|
Copyright © 2023. All rights reserved.