Uses of Enum Class
org.miaixz.bus.pager.plugin.BoundSqlHandler.Type
Packages that use BoundSqlHandler.Type
-
Uses of BoundSqlHandler.Type in org.miaixz.bus.pager
Methods in org.miaixz.bus.pager with parameters of type BoundSqlHandler.TypeModifier and TypeMethodDescriptionorg.apache.ibatis.mapping.BoundSqlPageContext.doBoundSql(BoundSqlHandler.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey) -
Uses of BoundSqlHandler.Type in org.miaixz.bus.pager.plugin
Methods in org.miaixz.bus.pager.plugin that return BoundSqlHandler.TypeModifier and TypeMethodDescriptionstatic BoundSqlHandler.TypeReturns the enum constant of this class with the specified name.static BoundSqlHandler.Type[]BoundSqlHandler.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.pager.plugin with parameters of type BoundSqlHandler.TypeModifier and TypeMethodDescriptionorg.apache.ibatis.mapping.BoundSqlBoundSqlHandler.boundSql(BoundSqlHandler.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey, BoundSqlHandler.Chain chain) boundsql 处理org.apache.ibatis.mapping.BoundSqlBoundSqlChain.doBoundSql(BoundSqlHandler.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey) org.apache.ibatis.mapping.BoundSqlBoundSqlHandler.Chain.doBoundSql(BoundSqlHandler.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey)