Uses of Class
org.apache.syncope.core.persistence.api.dao.search.AnyCond
-
Packages that use AnyCond Package Description org.apache.syncope.core.persistence.jpa.dao -
-
Uses of AnyCond in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type AnyCond Modifier and Type Method Description protected Triple<PlainSchema,PlainAttrValue,AnyCond>AbstractAnySearchDAO. check(AnyCond cond, AnyTypeKind kind)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type AnyCond Modifier and Type Method Description protected Triple<PlainSchema,PlainAttrValue,AnyCond>AbstractAnySearchDAO. check(AnyCond cond, AnyTypeKind kind)protected co.elastic.clients.elasticsearch._types.query_dsl.QueryElasticsearchAnySearchDAO. getQuery(AnyCond cond, AnyTypeKind kind)protected AnySearchNodeJPAAnySearchDAO. getQuery(AnyCond cond, boolean not, List<Object> parameters, SearchSupport svs)protected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchAnySearchDAO. getQuery(AnyCond cond, AnyTypeKind kind)protected booleanJPAAnyMatchDAO. matches(Any<?> any, AnyCond cond, boolean not)
-