Class CriteriaParametersNamed

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

public class CriteriaParametersNamed extends AbstractCriteriaParameters
CriteriaParameters using named parameters. It puts ":«name»" into the output and collects the parameters 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