Uses of Interface
org.apache.syncope.core.persistence.api.entity.JobStatus
-
Packages that use JobStatus Package Description org.apache.syncope.core.persistence.api.dao org.apache.syncope.core.persistence.jpa.dao org.apache.syncope.core.persistence.jpa.entity -
-
Uses of JobStatus in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return JobStatus Modifier and Type Method Description JobStatusJobStatusDAO. find(String key)JobStatusJobStatusDAO. save(JobStatus jobStatus)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type JobStatus Modifier and Type Method Description JobStatusJobStatusDAO. save(JobStatus jobStatus) -
Uses of JobStatus in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return JobStatus Modifier and Type Method Description JobStatusJPAJobStatusDAO. find(String key)JobStatusJPAJobStatusDAO. save(JobStatus jobStatus)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type JobStatus Modifier and Type Method Description JobStatusJPAJobStatusDAO. save(JobStatus jobStatus) -
Uses of JobStatus in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement JobStatus Modifier and Type Class Description classJPAJobStatus
-