Skip navigation links
A C G P S 

A

afterPropertiesSet() - Method in class com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration
 

C

com.github.pagehelper.autoconfigure - package com.github.pagehelper.autoconfigure
 

G

getAutoDialect() - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
getAutoDialect() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getAutoDialectClass() - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
getAutoDialectClass() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getAutoRuntimeDialect() - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
getAutoRuntimeDialect() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getBoundSqlInterceptors() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getCloseConn() - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
getCloseConn() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getCountColumn() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getDefaultCount() - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
getDefaultCount() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getDialect() - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
getDialect() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getDialectAlias() - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
getDialectAlias() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getHelperDialect() - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
getHelperDialect() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getKeepOrderBy() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getKeepSubSelectOrderBy() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getOffsetAsPageNum() - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
getOffsetAsPageNum() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getPageSizeZero() - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
getPageSizeZero() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getParams() - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
getParams() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getProperties() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getReasonable() - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
getReasonable() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getReplaceSql() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getRowBoundsWithCount() - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
getRowBoundsWithCount() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getSqlCacheClass() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getSqlParser() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getSupportMethodsArguments() - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
getSupportMethodsArguments() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
getUseSqlserver2012() - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 

P

PAGEHELPER_PREFIX - Static variable in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
PageHelperAutoConfiguration - Class in com.github.pagehelper.autoconfigure
自定注入分页插件
PageHelperAutoConfiguration(List<SqlSessionFactory>, PageHelperStandardProperties) - Constructor for class com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration
 
PageHelperProperties - Class in com.github.pagehelper.autoconfigure
Configuration properties for PageHelper.
PageHelperProperties() - Constructor for class com.github.pagehelper.autoconfigure.PageHelperProperties
 
PageHelperStandardProperties - Class in com.github.pagehelper.autoconfigure
原来的PageHelperProperties继承了Properties
在使用中发现SpringBoot会直接将application.yml(application.properties)的配置名原样set到集合中, 这样会导致配置文件里的kebab-case风格配置映射到配置类中还是kebab-case而不是camelCase, 之后设置属性的时候就会因为找不到camelCase的配置导致失效。
所有kebab-case风格的配置项都会产生这个问题,即配置不生效。
这个类不继承Properties,用于提前接收配置文件中的配置项, 由于没有继承Properties,SpringBoot可以做正常的风格转换, 转换完成后再将camelCase风格的配置放到原来的PageHelperProperties
PageHelperStandardProperties(PageHelperProperties) - Constructor for class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 

S

setAutoDialect(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
setAutoDialect(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setAutoDialectClass(String) - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
setAutoDialectClass(String) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setAutoRuntimeDialect(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
setAutoRuntimeDialect(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setBoundSqlInterceptors(String) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setCloseConn(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
setCloseConn(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setCountColumn(String) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setDefaultCount(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
setDefaultCount(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setDialect(String) - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
setDialect(String) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setDialectAlias(String) - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
setDialectAlias(String) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setHelperDialect(String) - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
setHelperDialect(String) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setKeepOrderBy(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setKeepSubSelectOrderBy(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setOffsetAsPageNum(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
setOffsetAsPageNum(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setPageSizeZero(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
setPageSizeZero(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setParams(String) - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
setParams(String) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setReasonable(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
setReasonable(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setReplaceSql(String) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setRowBoundsWithCount(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
setRowBoundsWithCount(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setSqlCacheClass(String) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setSqlParser(String) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setSupportMethodsArguments(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperProperties
 
setSupportMethodsArguments(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
setUseSqlserver2012(Boolean) - Method in class com.github.pagehelper.autoconfigure.PageHelperStandardProperties
 
A C G P S 
Skip navigation links

Copyright © 2023. All rights reserved.