Uses of Interface
org.apache.syncope.core.persistence.api.dao.SRARouteDAO
-
Packages that use SRARouteDAO Package Description org.apache.syncope.core.logic org.apache.syncope.core.persistence.jpa org.apache.syncope.core.persistence.jpa.dao -
-
Uses of SRARouteDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SRARouteDAO Modifier and Type Field Description protected SRARouteDAOSRARouteLogic. routeDAOMethods in org.apache.syncope.core.logic with parameters of type SRARouteDAO Modifier and Type Method Description SRARouteLogicAMLogicContext. sraRouteLogic(EntityFactory entityFactory, ServiceOps serviceOps, SecurityProperties securityProperties, SRARouteDAO routeDAO, SRARouteDataBinder binder)Constructors in org.apache.syncope.core.logic with parameters of type SRARouteDAO Constructor Description SRARouteLogic(SRARouteDAO routeDAO, SRARouteDataBinder binder, EntityFactory entityFactory, ServiceOps serviceOps, SecurityProperties securityProperties) -
Uses of SRARouteDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return SRARouteDAO Modifier and Type Method Description SRARouteDAOPersistenceContext. sraRouteDAO() -
Uses of SRARouteDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement SRARouteDAO Modifier and Type Class Description classJPASRARouteDAO
-