Uses of Interface
org.apache.syncope.core.persistence.api.dao.AnyDAO
-
-
Uses of AnyDAO in org.apache.syncope.core.persistence.api.dao
Subinterfaces of AnyDAO in org.apache.syncope.core.persistence.api.dao Modifier and Type Interface Description interfaceAnyObjectDAOinterfaceGroupDAOinterfaceUserDAO -
Uses of AnyDAO in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return AnyDAO Modifier and Type Method Description <A extends Any<?>>
AnyDAO<A>AnyUtils. dao() -
Uses of AnyDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement AnyDAO Modifier and Type Class Description classAbstractAnyDAO<A extends Any<?>>classJPAAnyObjectDAOclassJPAGroupDAOclassJPAJSONAnyObjectDAOclassJPAJSONGroupDAOclassJPAJSONUserDAOclassJPAUserDAO -
Uses of AnyDAO in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return AnyDAO Modifier and Type Method Description <A extends Any<?>>
AnyDAO<A>JPAAnyUtils. dao() -
Uses of AnyDAO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AnyDAO Modifier and Type Method Description protected abstract AnyDAO<?>AbstractAnyService. getAnyDAO()protected AnyDAO<?>AnyObjectServiceImpl. getAnyDAO()protected AnyDAO<?>GroupServiceImpl. getAnyDAO()protected AnyDAO<?>UserServiceImpl. getAnyDAO()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AnyDAO Modifier and Type Method Description protected StringAbstractService. findActualKey(AnyDAO<?> dao, String pretendingKey) -
Uses of AnyDAO in org.apache.syncope.ext.scimv2.cxf.service
Methods in org.apache.syncope.ext.scimv2.cxf.service that return AnyDAO Modifier and Type Method Description protected AnyDAO<?>AbstractSCIMService. anyDAO(String type)
-