Class JPAJobStatusDAO
java.lang.Object
org.apache.syncope.core.persistence.jpa.dao.JPAJobStatusDAO
- All Implemented Interfaces:
JobStatusDAO
@Transactional(rollbackFor=java.lang.Throwable.class)
public class JPAJobStatusDAO
extends Object
implements JobStatusDAO
-
Field Summary
FieldsFields inherited from interface org.apache.syncope.core.persistence.api.dao.JobStatusDAO
JOB_FIRED_STATUS, UNKNOWN_STATUS
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOG
-
entityManager
-
-
Constructor Details
-
JPAJobStatusDAO
-
-
Method Details
-
lock
- Specified by:
lock
in interfaceJobStatusDAO
-
unlock
- Specified by:
unlock
in interfaceJobStatusDAO
-
set
- Specified by:
set
in interfaceJobStatusDAO
-
get
- Specified by:
get
in interfaceJobStatusDAO
-