Class JpaLockModelCriteriaBuilder
- java.lang.Object
- 
- org.keycloak.models.map.storage.jpa.JpaModelCriteriaBuilder<JpaResourceEntity,MapLockEntity,JpaLockModelCriteriaBuilder>
- 
- org.keycloak.models.map.storage.jpa.lock.JpaLockModelCriteriaBuilder
 
 
- 
- All Implemented Interfaces:
- ModelCriteriaBuilder<MapLockEntity,JpaLockModelCriteriaBuilder>
 
 public class JpaLockModelCriteriaBuilder extends JpaModelCriteriaBuilder<JpaResourceEntity,MapLockEntity,JpaLockModelCriteriaBuilder> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.storage.ModelCriteriaBuilderModelCriteriaBuilder.Operator
 
- 
 - 
Constructor SummaryConstructors Constructor Description JpaLockModelCriteriaBuilder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JpaLockModelCriteriaBuildercompare(SearchableModelField<? super MapLockEntity> 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 JpaLockModelCriteriaBuilder compare(SearchableModelField<? super MapLockEntity> 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:
 
 
- 
 
-