| Package | Description |
|---|---|
| org.aoju.bus.pager |
MyBatis 分页插件
|
| org.aoju.bus.pager.plugins |
分页插件
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.ibatis.mapping.BoundSql |
PageContext.doBoundSql(BoundSqlHandler.Type type,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.cache.CacheKey cacheKey) |
| Modifier and Type | Method and Description |
|---|---|
static BoundSqlHandler.Type |
BoundSqlHandler.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoundSqlHandler.Type[] |
BoundSqlHandler.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.ibatis.mapping.BoundSql |
BoundSqlHandler.boundSql(BoundSqlHandler.Type type,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.cache.CacheKey cacheKey,
BoundSqlHandler.Chain chain)
boundsql 处理
|
org.apache.ibatis.mapping.BoundSql |
BoundSqlHandler.Chain.doBoundSql(BoundSqlHandler.Type type,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.cache.CacheKey cacheKey) |
org.apache.ibatis.mapping.BoundSql |
BoundSqlChain.doBoundSql(BoundSqlHandler.Type type,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.cache.CacheKey cacheKey) |
Copyright © 2021. All rights reserved.