Uses of Interface
org.keycloak.models.map.storage.jpa.JpaPredicateFunction
- 
Packages that use JpaPredicateFunction Package Description org.keycloak.models.map.storage.jpa org.keycloak.models.map.storage.jpa.singleUseObject 
- 
- 
Uses of JpaPredicateFunction in org.keycloak.models.map.storage.jpaMethods in org.keycloak.models.map.storage.jpa that return JpaPredicateFunction Modifier and Type Method Description default JpaPredicateFunction<RE>JpaPredicateFunction. andThen(Function<? super javax.persistence.criteria.Predicate,javax.persistence.criteria.Predicate> after)JpaPredicateFunction<E>JpaModelCriteriaBuilder. getPredicateFunc()Constructors in org.keycloak.models.map.storage.jpa with parameters of type JpaPredicateFunction Constructor Description JpaModelCriteriaBuilder(Function<JpaPredicateFunction<E>,Self> instantiator, JpaPredicateFunction<E> predicateFunc)JpaModelCriteriaBuilder(Function<JpaPredicateFunction<E>,Self> instantiator, JpaPredicateFunction<E> predicateFunc, boolean isDistinct)Constructor parameters in org.keycloak.models.map.storage.jpa with type arguments of type JpaPredicateFunction Constructor Description JpaModelCriteriaBuilder(Function<JpaPredicateFunction<E>,Self> instantiator)JpaModelCriteriaBuilder(Function<JpaPredicateFunction<E>,Self> instantiator, JpaPredicateFunction<E> predicateFunc)JpaModelCriteriaBuilder(Function<JpaPredicateFunction<E>,Self> instantiator, JpaPredicateFunction<E> predicateFunc, boolean isDistinct)
- 
Uses of JpaPredicateFunction in org.keycloak.models.map.storage.jpa.singleUseObjectConstructors in org.keycloak.models.map.storage.jpa.singleUseObject with parameters of type JpaPredicateFunction Constructor Description JpaSingleUseObjectModelCriteriaBuilder(JpaPredicateFunction<JpaSingleUseObjectEntity> predicateFunc)
 
-