Uses of Interface
org.apache.syncope.core.persistence.api.dao.DomainDAO
-
Packages that use DomainDAO Package Description org.apache.syncope.core.logic org.apache.syncope.core.persistence.jpa.dao org.apache.syncope.core.starter -
-
Uses of DomainDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as DomainDAO Modifier and Type Field Description protected DomainDAO
DomainLogic. domainDAO
Constructors in org.apache.syncope.core.logic with parameters of type DomainDAO Constructor Description DomainLogic(DomainDAO domainDAO, SelfKeymasterEntityFactory entityFactory, DomainWatcher domainWatcher)
-
Uses of DomainDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement DomainDAO Modifier and Type Class Description class
JPADomainDAO
-
Uses of DomainDAO in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter that return DomainDAO Modifier and Type Method Description DomainDAO
SelfKeymasterContext. domainDAO()
Methods in org.apache.syncope.core.starter with parameters of type DomainDAO Modifier and Type Method Description DomainLogic
SelfKeymasterContext. domainLogic(DomainDAO domainDAO, SelfKeymasterEntityFactory selfKeymasterEntityFactory, DomainWatcher domainWatcher)
-