Class MariaDBAnyFinder
java.lang.Object
org.apache.syncope.core.persistence.jpa.dao.AnyFinder
org.apache.syncope.core.persistence.jpa.dao.MariaDBAnyFinder
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.jpa.dao.AnyFinder
entityManager, LOG, plainSchemaDAO
-
Constructor Summary
ConstructorDescriptionMariaDBAnyFinder
(PlainSchemaDAO plainSchemaDAO, EntityManager entityManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
attrValueMatch
(AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch) protected String
plainAttrQuery
(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch, List<Object> queryParams) protected String
queryBegin
(String table) Methods inherited from class org.apache.syncope.core.persistence.jpa.dao.AnyFinder
buildResult, findByDerAttrValue, findByPlainAttrUniqueValue, findByPlainAttrValue, getAttrValue, schemaInfo, split, view
-
Constructor Details
-
MariaDBAnyFinder
-
-
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
-
plainAttrQuery
protected String plainAttrQuery(String table, AnyUtils anyUtils, PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch, List<Object> queryParams) - Overrides:
plainAttrQuery
in classAnyFinder
-