Uses of Interface
org.apache.syncope.core.persistence.api.dao.AnyDAO
Packages that use AnyDAO
Package
Description
-
Uses of AnyDAO in org.apache.syncope.core.persistence.api.dao
Subinterfaces of AnyDAO in org.apache.syncope.core.persistence.api.dao -
Uses of AnyDAO in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return AnyDAO -
Uses of AnyDAO in org.apache.syncope.core.persistence.common.entity
Methods in org.apache.syncope.core.persistence.common.entity that return AnyDAO -
Uses of AnyDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Subinterfaces of AnyDAO in org.apache.syncope.core.persistence.jpa.dao.repoModifier and TypeInterfaceDescriptioninterfaceinterfaceinterface -
Uses of AnyDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Subinterfaces of AnyDAO in org.apache.syncope.core.persistence.neo4j.dao.repoModifier and TypeInterfaceDescriptioninterfaceinterfaceinterface -
Uses of AnyDAO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AnyDAOModifier and TypeMethodDescriptionprotected 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 AnyDAOModifier and TypeMethodDescriptionprotected 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