Class MariaDBJPARealmSearchDAO
java.lang.Object
org.apache.syncope.core.persistence.common.dao.AbstractSearchDAO
org.apache.syncope.core.persistence.common.dao.AbstractRealmSearchDAO
org.apache.syncope.core.persistence.jpa.dao.AbstractJPARealmSearchDAO
org.apache.syncope.core.persistence.jpa.dao.MySQLJPARealmSearchDAO
org.apache.syncope.core.persistence.jpa.dao.MariaDBJPARealmSearchDAO
- All Implemented Interfaces:
RealmSearchDAO
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.syncope.core.persistence.jpa.dao.AbstractJPARealmSearchDAO
AbstractJPARealmSearchDAO.AttrCondQuery, AbstractJPARealmSearchDAO.QueryInfoNested classes/interfaces inherited from class org.apache.syncope.core.persistence.common.dao.AbstractSearchDAO
AbstractSearchDAO.CheckResult<C extends AttrCond> -
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.jpa.dao.AbstractJPARealmSearchDAO
entityManager, realmUtilsFields inherited from class org.apache.syncope.core.persistence.common.dao.AbstractRealmSearchDAO
RELATIONSHIP_FIELDSFields inherited from class org.apache.syncope.core.persistence.common.dao.AbstractSearchDAO
ALWAYS_FALSE_CLAUSE, entityFactory, LITERAL_COMPARATOR, LOG, plainSchemaDAO, validator -
Constructor Summary
ConstructorsConstructorDescriptionMariaDBJPARealmSearchDAO(EntityManager entityManager, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, RealmUtils realmUtils) -
Method Summary
Methods inherited from class org.apache.syncope.core.persistence.jpa.dao.MySQLJPARealmSearchDAO
buildFrom, filJSONAttrQuery, from, getQuery, parseOrderByForPlainSchemaMethods inherited from class org.apache.syncope.core.persistence.jpa.dao.AbstractJPARealmSearchDAO
buildWhere, doCount, doSearch, fillAttrQuery, fillWithParameters, findByFullPath, findByName, findChildren, findDescendants, getQuery, getQuery, getQuery, getQuery, getQueryForCustomConds, parseOrderBy, parseOrderByForCustom, parseOrderByForField, setParameter, visitNodeMethods inherited from class org.apache.syncope.core.persistence.common.dao.AbstractRealmSearchDAO
count, findByDerAttrValue, searchMethods inherited from class org.apache.syncope.core.persistence.common.dao.AbstractSearchDAO
buildDerAttrValueConditions, check, check, key, split, syncopeClientExceptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.dao.RealmSearchDAO
findAncestors, findAncestors, getAllMatchingCond
-
Constructor Details
-
MariaDBJPARealmSearchDAO
public MariaDBJPARealmSearchDAO(EntityManager entityManager, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, RealmUtils realmUtils)
-