Class JpaAdminEventModelCriteriaBuilder
- java.lang.Object
- 
- org.keycloak.models.map.storage.jpa.JpaModelCriteriaBuilder<JpaAdminEventEntity,AdminEvent,JpaAdminEventModelCriteriaBuilder>
- 
- org.keycloak.models.map.storage.jpa.event.admin.JpaAdminEventModelCriteriaBuilder
 
 
- 
- All Implemented Interfaces:
- ModelCriteriaBuilder<AdminEvent,JpaAdminEventModelCriteriaBuilder>
 
 public class JpaAdminEventModelCriteriaBuilder extends JpaModelCriteriaBuilder<JpaAdminEventEntity,AdminEvent,JpaAdminEventModelCriteriaBuilder> AJpaModelCriteriaBuilderimplementation for admin events.- Author:
- Stefan Guilhen
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.storage.ModelCriteriaBuilderModelCriteriaBuilder.Operator
 
- 
 - 
Constructor SummaryConstructors Constructor Description JpaAdminEventModelCriteriaBuilder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JpaAdminEventModelCriteriaBuildercompare(SearchableModelField<? super AdminEvent> 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
 
- 
 
- 
- 
- 
Method Detail- 
comparepublic JpaAdminEventModelCriteriaBuilder compare(SearchableModelField<? super AdminEvent> 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:
 
 
- 
 
-