Class PGAnyFinder
java.lang.Object
org.apache.syncope.core.persistence.jpa.dao.AnyFinder
org.apache.syncope.core.persistence.jpa.dao.PGAnyFinder
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.jpa.dao.AnyFinder
entityManager, LOG, plainSchemaDAO
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
attrValueMatch
(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch) protected String
queryBegin
(String table) Methods inherited from class org.apache.syncope.core.persistence.jpa.dao.AnyFinder
buildResult, findByDerAttrValue, findByPlainAttrUniqueValue, findByPlainAttrValue, getAttrValue, plainAttrQuery, schemaInfo, split, view
-
Constructor Details
-
PGAnyFinder
-
-
Method Details
-
queryBegin
- Specified by:
queryBegin
in classAnyFinder
-
attrValueMatch
protected String attrValueMatch(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch) - Specified by:
attrValueMatch
in classAnyFinder
-