Class OracleAnyFinder
java.lang.Object
org.apache.syncope.core.persistence.jpa.dao.AnyFinder
org.apache.syncope.core.persistence.jpa.dao.OracleAnyFinder
-
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 Object
getAttrValue
(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, plainAttrQuery, schemaInfo, split, view
-
Constructor Details
-
Method Details
-
queryBegin
- Specified by:
queryBegin
in classAnyFinder
-
getAttrValue
protected Object getAttrValue(PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch) - Overrides:
getAttrValue
in classAnyFinder
-
attrValueMatch
protected String attrValueMatch(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch) - Specified by:
attrValueMatch
in classAnyFinder
-