类 ParameterMaps

java.lang.Object
org.babyfish.jimmer.sql.cache.ParameterMaps

public class ParameterMaps extends Object
Helper class only for java
  • 方法详细资料

    • of

      @NotNull public static @NotNull SortedMap<String,Object> of()
    • of

      @NotNull public static @NotNull SortedMap<String,Object> of(@NotNull @NotNull String key, @Nullable @Nullable Object value)
      Create parameter map.
      • If the parameter `value` is null, create an empty map
      • Otherwise, create an map with one key/value pair
      参数:
      key - Key
      value - Value
      返回:
      Created parameter map