Uses of Enum Class
org.miaixz.bus.pager.builder.BoundSqlBuilder.Type
Packages that use BoundSqlBuilder.Type
Package
Description
Provides core classes for MyBatis pagination plugin.
-
Uses of BoundSqlBuilder.Type in org.miaixz.bus.pager
Methods in org.miaixz.bus.pager with parameters of type BoundSqlBuilder.TypeModifier and TypeMethodDescriptionorg.apache.ibatis.mapping.BoundSqlPageContext.doBoundSql(BoundSqlBuilder.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey) Processes the BoundSql chain for different types of SQL operations. -
Uses of BoundSqlBuilder.Type in org.miaixz.bus.pager.builder
Methods in org.miaixz.bus.pager.builder that return BoundSqlBuilder.TypeModifier and TypeMethodDescriptionstatic BoundSqlBuilder.TypeReturns the enum constant of this class with the specified name.static BoundSqlBuilder.Type[]BoundSqlBuilder.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.pager.builder with parameters of type BoundSqlBuilder.TypeModifier and TypeMethodDescriptionorg.apache.ibatis.mapping.BoundSqlBoundSqlBuilder.boundSql(BoundSqlBuilder.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey, BoundSqlBuilder.Chain chain) Processes theBoundSqlfor a specific type of SQL operation.org.apache.ibatis.mapping.BoundSqlBoundSqlBuilder.Chain.doBoundSql(BoundSqlBuilder.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey) Executes the next processor in the chain or performs the final BoundSql processing.org.apache.ibatis.mapping.BoundSqlBoundSqlChainBuilder.doBoundSql(BoundSqlBuilder.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey) Executes the BoundSql processing chain.