java.lang.Object
org.miaixz.bus.pager.builder.PageBoundSqlBuilder
Configurator for the
BoundSqlBuilder interceptor chain, responsible for initializing and managing the SQL
binding processor chain.- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChain()Retrieves the configuredBoundSqlBuilder.Chain.voidsetProperties(Properties properties) Configures theBoundSqlBuilderinterceptor chain based on the provided properties.
-
Constructor Details
-
PageBoundSqlBuilder
public PageBoundSqlBuilder()
-
-
Method Details
-
setProperties
Configures theBoundSqlBuilderinterceptor chain based on the provided properties. It initializes a list of handlers from the "boundSqlInterceptors" property and constructs a chain.- Parameters:
properties- the configuration properties, typically containing "boundSqlInterceptors"
-
getChain
Retrieves the configuredBoundSqlBuilder.Chain.- Returns:
- the BoundSql processor chain instance
-