Class JpaClientScopeModelCriteriaBuilder
java.lang.Object
org.keycloak.models.map.storage.jpa.JpaModelCriteriaBuilder<JpaClientScopeEntity,ClientScopeModel,JpaClientScopeModelCriteriaBuilder>
  
org.keycloak.models.map.storage.jpa.clientScope.JpaClientScopeModelCriteriaBuilder
- All Implemented Interfaces:
- ModelCriteriaBuilder<ClientScopeModel,- JpaClientScopeModelCriteriaBuilder> 
public class JpaClientScopeModelCriteriaBuilder
extends JpaModelCriteriaBuilder<JpaClientScopeEntity,ClientScopeModel,JpaClientScopeModelCriteriaBuilder>  
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.keycloak.models.map.storage.ModelCriteriaBuilderModelCriteriaBuilder.Operator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncompare(SearchableModelField<? super ClientScopeModel> modelField, ModelCriteriaBuilder.Operator op, Object... value) 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.Methods inherited from class org.keycloak.models.map.storage.jpa.JpaModelCriteriaBuilderand, convertToJson, getPredicateFunc, getUuidsForInOperator, getValuesForInOperator, hashExpression, isDistinct, not, or, validateValue
- 
Constructor Details- 
JpaClientScopeModelCriteriaBuilderpublic JpaClientScopeModelCriteriaBuilder()
 
- 
- 
Method Details- 
comparepublic JpaClientScopeModelCriteriaBuilder compare(SearchableModelField<? super ClientScopeModel> modelField, ModelCriteriaBuilder.Operator op, Object... value) Description copied from interface:ModelCriteriaBuilderAdds 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 thisModelCriteriaBuilderand the given operator.- Parameters:
- modelField- Field on the logical model to be constrained
- op- Operator
- value- Additional operands of the operator.
- Returns:
 
 
-