Class JpaRootAuthenticationSessionModelCriteriaBuilder
- java.lang.Object
-
- org.keycloak.models.map.storage.jpa.JpaModelCriteriaBuilder<JpaRootAuthenticationSessionEntity,RootAuthenticationSessionModel,JpaRootAuthenticationSessionModelCriteriaBuilder>
-
- org.keycloak.models.map.storage.jpa.authSession.JpaRootAuthenticationSessionModelCriteriaBuilder
-
- All Implemented Interfaces:
ModelCriteriaBuilder<RootAuthenticationSessionModel,JpaRootAuthenticationSessionModelCriteriaBuilder>
public class JpaRootAuthenticationSessionModelCriteriaBuilder extends JpaModelCriteriaBuilder<JpaRootAuthenticationSessionEntity,RootAuthenticationSessionModel,JpaRootAuthenticationSessionModelCriteriaBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.storage.ModelCriteriaBuilder
ModelCriteriaBuilder.Operator
-
-
Constructor Summary
Constructors Constructor Description JpaRootAuthenticationSessionModelCriteriaBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JpaRootAuthenticationSessionModelCriteriaBuilder
compare(SearchableModelField<? super RootAuthenticationSessionModel> 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.JpaModelCriteriaBuilder
and, convertToJson, getPredicateFunc, getUuidsForInOperator, getValuesForInOperator, hashExpression, isDistinct, not, or, validateValue
-
-
-
-
Method Detail
-
compare
public JpaRootAuthenticationSessionModelCriteriaBuilder compare(SearchableModelField<? super RootAuthenticationSessionModel> 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 thisModelCriteriaBuilder
and the given operator.- Parameters:
modelField
- Field on the logical model to be constrainedop
- Operatorvalue
- Additional operands of the operator.- Returns:
-
-