Uses of Interface
org.apache.syncope.core.persistence.api.dao.NetworkServiceDAO
-
Packages that use NetworkServiceDAO Package Description org.apache.syncope.core.logic org.apache.syncope.core.persistence.jpa.dao org.apache.syncope.core.starter -
-
Uses of NetworkServiceDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as NetworkServiceDAO Modifier and Type Field Description protected NetworkServiceDAONetworkServiceLogic. serviceDAOConstructors in org.apache.syncope.core.logic with parameters of type NetworkServiceDAO Constructor Description NetworkServiceLogic(NetworkServiceDAO serviceDAO, SelfKeymasterEntityFactory entityFactory) -
Uses of NetworkServiceDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement NetworkServiceDAO Modifier and Type Class Description classJPANetworkServiceDAO -
Uses of NetworkServiceDAO in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter that return NetworkServiceDAO Modifier and Type Method Description NetworkServiceDAOSelfKeymasterContext. networkServiceDAO()Methods in org.apache.syncope.core.starter with parameters of type NetworkServiceDAO Modifier and Type Method Description NetworkServiceLogicSelfKeymasterContext. networkServiceLogic(NetworkServiceDAO serviceDAO, SelfKeymasterEntityFactory selfKeymasterEntityFactory)
-