Uses of Interface
org.apache.syncope.core.persistence.api.dao.FIQLQueryDAO
-
Packages that use FIQLQueryDAO Package Description org.apache.syncope.core.logic org.apache.syncope.core.persistence.jpa org.apache.syncope.core.persistence.jpa.dao -
-
Uses of FIQLQueryDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as FIQLQueryDAO Modifier and Type Field Description protected FIQLQueryDAOFIQLQueryLogic. fiqlQueryDAOMethods in org.apache.syncope.core.logic with parameters of type FIQLQueryDAO Modifier and Type Method Description FIQLQueryLogicIdRepoLogicContext. fiqlQueryLogic(FIQLQueryDataBinder binder, UserDAO userDAO, FIQLQueryDAO fiqlQueryDAO)Constructors in org.apache.syncope.core.logic with parameters of type FIQLQueryDAO Constructor Description FIQLQueryLogic(FIQLQueryDataBinder binder, FIQLQueryDAO fiqlQueryDAO, UserDAO userDAO) -
Uses of FIQLQueryDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return FIQLQueryDAO Modifier and Type Method Description FIQLQueryDAOPersistenceContext. fiqlQueryDAO()Methods in org.apache.syncope.core.persistence.jpa with parameters of type FIQLQueryDAO Modifier and Type Method Description UserDAOJPAJSONPersistenceContext. userDAO(AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, JPAJSONAnyDAO anyDAO)UserDAOPersistenceContext. userDAO(SecurityProperties securityProperties, AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO) -
Uses of FIQLQueryDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement FIQLQueryDAO Modifier and Type Class Description classJPAFIQLQueryDAOFields in org.apache.syncope.core.persistence.jpa.dao declared as FIQLQueryDAO Modifier and Type Field Description protected FIQLQueryDAOJPAUserDAO. fiqlQueryDAOConstructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type FIQLQueryDAO Constructor Description JPAJSONUserDAO(AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, SecurityProperties securityProperties, JPAJSONAnyDAO anyDAO)JPAUserDAO(AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, SecurityProperties securityProperties)
-