ErrLookup › pagehelper-org/Mybatis-PageHelper
pagehelper-org/Mybatis-PageHelper
Mybatis通用分页插件 · Java · 85 source files
Analyzed at c692616c5b on 2026-09-08. 23 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| order by [ ] has a risk of SQL injection, if you want to… | exception | error | sql-injection, security-validation, orderby, java |
| The column " " needs to define an alias | exception | error | sql, sqlserver, pagination, order-by, alias |
| Failed to get the BoundSql property additionalParameters | exception | critical | reflection, mybatis, compatibility, classpath |
| The pagination query parameter failed to be processed! | exception | error | pagination, reflection, type-mismatch, mybatis, pagehelper |
| Get the ProviderSqlSource property value of… | exception | error | reflection, mybatis, access-modifier, security, sql-provider |
| error initializing helper dialectclass | exception | error | dialect, class-not-found, reflection, configuration |
| unable to get paginated query parameters! | exception | error | pagination, null-argument, mybatis, pagehelper |
| Paginated queries are missing the necessary parameters | exception | error | pagination, missing-parameter, config, mybatis, pagehelper |
| Unable to process the SQL, you can submit issues in GitHub… | exception | error | sql, sqlserver, pagination, parser |
| Created Sql Cache [ ] Error | exception | error | cache, class-not-found, initialization, java |
| Failed to handle sorting | console | warning | sql-parsing, order-by, fallback, jsqlparser, pagehelper |
| Make sure the Dialect implementation class configured by… | exception | error | java, pagehelper, configuration, dialect, class-not-found |
| Class must provide a constructor without parameters | exception | error | auto-dialect, reflection, constructor, java |
| pagination parameters are not a valid number type! | exception | error | pagination, number-format, validation, mybatis, pagehelper |
| Make sure that the AutoDialect implementation class | exception | error | auto-dialect, class-not-found, configuration, java |
| count( ) has a risk of SQL injection | exception | error | sql-injection, security-validation, count-column, java |
| When you use the PageHelper pagination plugin, you must set… | exception | error | dialect, missing-config, pagehelper, initialization |
| dialectAlias parameter misconfigured,Please follow… | exception | error | dialect-alias, configuration, parsing, invalid-format |
| The order by in the original SQL | exception | error | java, pagehelper, sql-parsing, order-by |
| The pagination statement already contains the top, and can… | exception | error | java, pagehelper, sqlserver, conflicting-options |
| The SQL statement cannot be converted to a pagination query! | exception | error | java, pagehelper, sql-parsing, sqlserver |
| When using PageHelper, the dialect must be an… | exception | error | dialect, type-mismatch, configuration, java |
| the pagination statement must be a select query! | exception | error | java, pagehelper, sqlserver, unsupported-statement |