Uses of Class
de.espirit.or.query.Parameter
Packages that use Parameter
-
Uses of Parameter in de.espirit.or.query
Methods in de.espirit.or.query that return ParameterModifier and TypeMethodDescription@Nullable Parameter
Compare.getParameter()
Returns the parameter of this compare ornull
.Select.getParameter
(@NotNull String identifier) Return the parameter with the givenidentifier
.Methods in de.espirit.or.query that return types with arguments of type ParameterModifier and TypeMethodDescriptionSelect.getParameters()
Return all parameters defined by this select.Methods in de.espirit.or.query with parameters of type ParameterModifier and TypeMethodDescriptionvoid
Adds the given parameter to this select.void
Compare.setParameter
(Parameter param) Sets the parameter of this compare.Constructors in de.espirit.or.query with parameters of type ParameterModifierConstructorDescriptionCreates a new Equal constraint for the attribute specified by given attributeName and parameter.GreaterThan
(@NotNull String attributeName, Parameter parameter) Creates a new GreaterThan constraint for the given attributeName and given parameterGreaterThanEqual
(@NotNull String attributeName, Parameter parameter) Creates a new GreaterThanEqual constraint for the given attributeName and given parameterCreates a new In constraint for the attribute specified by given attributeName and parameter.
Attention: Ensure to set anIterable<Object>
as parameter value inSelect.setParameter(String, Object)
Creates a new LessThan constraint for the given attributeName and given parameter.LessThanEqual
(@NotNull String attributeName, Parameter parameter) Creates a new LessThanEqual constraint for the given attributeName and given parameter.Creates a new Like constraint for the attribute specified by given attributeName and parameter.Creates a new NotEqual constraint for the attribute specified by given attributeName and parameter.