Class JpaScopeModelCriteriaBuilder

    • Constructor Detail

      • JpaScopeModelCriteriaBuilder

        public JpaScopeModelCriteriaBuilder()
    • Method Detail

      • compare

        public JpaScopeModelCriteriaBuilder compare​(SearchableModelField<? super Scope> modelField,
                                                    ModelCriteriaBuilder.Operator op,
                                                    Object... value)
        Description copied from interface: ModelCriteriaBuilder
        Adds a constraint for the given model field to this criteria builder and returns a criteria builder that is combined with the the new constraint. The resulting constraint is a logical conjunction (i.e. AND) of the original constraint present in this ModelCriteriaBuilder and the given operator.
        Parameters:
        modelField - Field on the logical model to be constrained
        op - Operator
        value - Additional operands of the operator.
        Returns: