| Package | Description |
|---|---|
| com.github.pagehelper |
| Modifier and Type | Method and Description |
|---|---|
static BoundSqlInterceptor.Type |
BoundSqlInterceptor.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoundSqlInterceptor.Type[] |
BoundSqlInterceptor.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 |
BoundSqlInterceptor.boundSql(BoundSqlInterceptor.Type type,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.cache.CacheKey cacheKey,
BoundSqlInterceptor.Chain chain)
boundsql 处理
|
org.apache.ibatis.mapping.BoundSql |
BoundSqlInterceptorChain.doBoundSql(BoundSqlInterceptor.Type type,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.cache.CacheKey cacheKey) |
org.apache.ibatis.mapping.BoundSql |
PageHelper.doBoundSql(BoundSqlInterceptor.Type type,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.cache.CacheKey cacheKey) |
org.apache.ibatis.mapping.BoundSql |
BoundSqlInterceptor.Chain.doBoundSql(BoundSqlInterceptor.Type type,
org.apache.ibatis.mapping.BoundSql boundSql,
org.apache.ibatis.cache.CacheKey cacheKey) |
Copyright © 2023. All rights reserved.