Uses of Class
io.ebeaninternal.api.BindParams.Param
Packages that use BindParams.Param
-
Uses of BindParams.Param in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return BindParams.ParamModifier and TypeMethodDescriptionBindParams.Param.copy()Create a deep copy of the Param.BindParams.parameter(int position) Return the Parameter for a given position.Return the named parameter.BindParams.setEncryptionKey(String name, Object value) Set an encryption key as a bind value.BindParams.setParameter(String name, Object value) Set a named In parameter that is not null.Methods in io.ebeaninternal.api that return types with arguments of type BindParams.ParamModifier and TypeMethodDescriptionBindParams.OrderedList.list()Returns the ordered list of bind parameters.BindParams.positionedParameters()Return the values of ordered parameters.Methods in io.ebeaninternal.api with parameters of type BindParams.ParamModifier and TypeMethodDescriptionvoidBindParams.OrderedList.add(BindParams.Param param) Add a parameter in the correct binding order.Constructor parameters in io.ebeaninternal.api with type arguments of type BindParams.Param