Uses of Interface
org.apache.syncope.core.persistence.api.entity.AuditConf
-
-
Uses of AuditConf in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return AuditConf Modifier and Type Method Description AuditConfAuditConfDAO. find(String key)AuditConfAuditConfDAO. save(AuditConf auditConf)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type AuditConf Modifier and Type Method Description List<AuditConf>AuditConfDAO. findAll()Methods in org.apache.syncope.core.persistence.api.dao with parameters of type AuditConf Modifier and Type Method Description voidAuditConfDAO. delete(AuditConf auditConf)AuditConfAuditConfDAO. save(AuditConf auditConf) -
Uses of AuditConf in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return AuditConf Modifier and Type Method Description AuditConfJPAAuditConfDAO. find(String key)AuditConfJPAAuditConfDAO. save(AuditConf auditConf)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type AuditConf Modifier and Type Method Description List<AuditConf>JPAAuditConfDAO. findAll()Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type AuditConf Modifier and Type Method Description voidJPAAuditConfDAO. delete(AuditConf auditConf)AuditConfJPAAuditConfDAO. save(AuditConf auditConf) -
Uses of AuditConf in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement AuditConf Modifier and Type Class Description classJPAAuditConf -
Uses of AuditConf in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AuditConf Modifier and Type Method Description AuditConfTOAuditDataBinder. getAuditTO(AuditConf audit) -
Uses of AuditConf in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AuditConf Modifier and Type Method Description AuditConfTOAuditDataBinderImpl. getAuditTO(AuditConf audit)
-