Uses of Interface
org.apache.syncope.core.persistence.api.dao.AttrRepoDAO
-
Packages that use AttrRepoDAO Package Description org.apache.syncope.core.logic org.apache.syncope.core.persistence.jpa org.apache.syncope.core.persistence.jpa.dao -
-
Uses of AttrRepoDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AttrRepoDAO Modifier and Type Field Description protected AttrRepoDAOAttrRepoLogic. attrRepoDAOMethods in org.apache.syncope.core.logic with parameters of type AttrRepoDAO Modifier and Type Method Description AttrRepoLogicAMLogicContext. attrRepoLogic(AttrRepoDataBinder binder, AttrRepoDAO attrRepoDAO)Constructors in org.apache.syncope.core.logic with parameters of type AttrRepoDAO Constructor Description AttrRepoLogic(AttrRepoDataBinder binder, AttrRepoDAO attrRepoDAO) -
Uses of AttrRepoDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return AttrRepoDAO Modifier and Type Method Description AttrRepoDAOPersistenceContext. attrRepoDAO() -
Uses of AttrRepoDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement AttrRepoDAO Modifier and Type Class Description classJPAAttrRepoDAO
-