Class CriteriaParametersIndexed

java.lang.Object
io.github.mmm.orm.param.AbstractCriteriaParameters
io.github.mmm.orm.param.CriteriaParametersIndexed
All Implemented Interfaces:
io.github.mmm.property.criteria.CriteriaParameters<CriteriaParameterImpl<?>>, Iterable<CriteriaParameterImpl<?>>

public class CriteriaParametersIndexed extends AbstractCriteriaParameters
CriteriaParameters using indexed parameters. It puts "?" for each Literal into the output and collects the parameters in order that can get accessed via AbstractCriteriaParameters.iterator() after the database statement has been formatted and can be bound as parameters to the statement.
Since:
1.0.0