Uses of Class
io.quarkus.panache.common.Parameters
-
Packages that use Parameters Package Description io.quarkus.panache.common -
-
Uses of Parameters in io.quarkus.panache.common
Methods in io.quarkus.panache.common that return Parameters Modifier and Type Method Description ParametersParameters. and(String name, Object value)Add a parameter to thisParameters.static ParametersParameters. with(String name, Object value)Build aParameterswith a single parameter.
-