Class JPABatchDAO
java.lang.Object
org.apache.syncope.core.persistence.jpa.dao.JPABatchDAO
@Transactional(rollbackFor=java.lang.Throwable.class)
public class JPABatchDAO
extends Object
implements BatchDAO
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT
-
Constructor Summary
-
Method Summary
-
Field Details
-
entityManager
-
-
Constructor Details
-
JPABatchDAO
-
-
Method Details
-
existsById
- Specified by:
existsById
in interfaceDAO<Batch>
-
findById
-
count
-
findAll
-
save
-
delete
-
deleteById
- Specified by:
deleteById
in interfaceDAO<Batch>
-
deleteExpired
public long deleteExpired()- Specified by:
deleteExpired
in interfaceBatchDAO
-