Uses of Enum Class
org.miaixz.bus.pager.builder.BoundSqlBuilder.Type
Packages that use BoundSqlBuilder.Type
-
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) -
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) boundsql 处理org.apache.ibatis.mapping.BoundSqlBoundSqlBuilder.Chain.doBoundSql(BoundSqlBuilder.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey) org.apache.ibatis.mapping.BoundSqlBoundSqlChainBuilder.doBoundSql(BoundSqlBuilder.Type type, org.apache.ibatis.mapping.BoundSql boundSql, org.apache.ibatis.cache.CacheKey cacheKey)