Class JPAJobStatusDAO
java.lang.Object
org.apache.syncope.core.persistence.jpa.dao.JPAJobStatusDAO
- All Implemented Interfaces:
DAO<JobStatus>
,JobStatusDAO
@Transactional(rollbackFor=java.lang.Throwable.class)
public class JPAJobStatusDAO
extends Object
implements JobStatusDAO
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.JobStatusDAO
JOB_FIRED_STATUS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
count()
void
void
deleteById
(String key) boolean
existsById
(String key) findAll()
boolean
<S extends JobStatus>
Ssave
(S jobStatus) void
-
Field Details
-
LOG
-
entityManager
-
-
Constructor Details
-
JPAJobStatusDAO
-
-
Method Details
-
existsById
- Specified by:
existsById
in interfaceDAO<JobStatus>
-
findById
-
count
-
findAll
-
save
-
delete
-
deleteById
- Specified by:
deleteById
in interfaceDAO<JobStatus>
-
lock
- Specified by:
lock
in interfaceJobStatusDAO
-
unlock
- Specified by:
unlock
in interfaceJobStatusDAO
-