| Package | Description |
|---|---|
| org.aoju.bus.pager |
MyBatis 分页插件
|
| org.aoju.bus.pager.dialect |
数据库分页方言
|
| org.aoju.bus.pager.dialect.auto | |
| org.aoju.bus.pager.dialect.base |
分页方言实现
|
| org.aoju.bus.pager.proxy |
分页执行代理
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPaging |
AutoDialect.extractDialect(K dialectKey,
org.apache.ibatis.mapping.MappedStatement ms,
DataSource dataSource,
Properties properties)
提取 dialect
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPaging |
AbstractAutoDialect.extractDialect(String dialectKey,
org.apache.ibatis.mapping.MappedStatement ms,
DataSource dataSource,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPaging |
Early.extractDialect(String dialectKey,
org.apache.ibatis.mapping.MappedStatement ms,
DataSource dataSource,
Properties properties) |
AbstractPaging |
Defalut.extractDialect(String dialectKey,
org.apache.ibatis.mapping.MappedStatement ms,
DataSource dataSource,
Properties properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
Db2
数据库方言 db2
|
class |
Firebird
firebirdsql 数据库
|
class |
HerdDB
数据库方言 herddb
|
class |
Hsqldb
数据库方言 hsqldb
|
class |
Informix
数据库方言 informix
|
class |
MySql
数据库方言 mysql
|
class |
Oracle
数据库方言 oracle
|
class |
Oracle9i
数据库方言 oracle9i
|
class |
Oscar
数据库方言 oscar
|
class |
PostgreSql
数据库方言 postgresql
|
class |
SqlServer
数据库方言 sqlserver
|
class |
SqlServer2012
数据库方言 sqlserver2012
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPaging |
PageAutoDialect.autoGetDialect(org.apache.ibatis.mapping.MappedStatement ms)
自动获取分页方言实现
|
AbstractPaging |
PageAutoDialect.getDelegate()
获取当前的代理对象
|
static AbstractPaging |
PageAutoDialect.instanceDialect(String dialectClass,
Properties properties)
初始化
|
Copyright © 2021. All rights reserved.