@ConfigurationProperties(prefix="pagehelper") public class PageHelperProperties extends Properties
| Modifier and Type | Field and Description |
|---|---|
static String |
PAGEHELPER_PREFIX |
defaults| Constructor and Description |
|---|
PageHelperProperties() |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic static final String PAGEHELPER_PREFIX
public Boolean getOffsetAsPageNum()
public void setOffsetAsPageNum(Boolean offsetAsPageNum)
public Boolean getRowBoundsWithCount()
public void setRowBoundsWithCount(Boolean rowBoundsWithCount)
public Boolean getPageSizeZero()
public void setPageSizeZero(Boolean pageSizeZero)
public Boolean getReasonable()
public void setReasonable(Boolean reasonable)
public Boolean getSupportMethodsArguments()
public void setSupportMethodsArguments(Boolean supportMethodsArguments)
public String getDialect()
public void setDialect(String dialect)
public String getHelperDialect()
public void setHelperDialect(String helperDialect)
public Boolean getAutoRuntimeDialect()
public void setAutoRuntimeDialect(Boolean autoRuntimeDialect)
public Boolean getAutoDialect()
public void setAutoDialect(Boolean autoDialect)
public Boolean getCloseConn()
public void setCloseConn(Boolean closeConn)
public String getParams()
public void setParams(String params)
public Boolean getDefaultCount()
public void setDefaultCount(Boolean defaultCount)
public String getDialectAlias()
public void setDialectAlias(String dialectAlias)
public String getAutoDialectClass()
public void setAutoDialectClass(String autoDialectClass)
public Boolean getAsyncCount()
public void setAsyncCount(Boolean asyncCount)
public String getCountSqlParser()
public void setCountSqlParser(String countSqlParser)
public String getOrderBySqlParser()
public void setOrderBySqlParser(String orderBySqlParser)
public String getSqlServerSqlParser()
public void setSqlServerSqlParser(String sqlServerSqlParser)
public void setBannerEnabled(Boolean bannerEnabled)
public Boolean getBannerEnabled()
Copyright © 2025. All rights reserved.