Class BaseCleanupRepository
- java.lang.Object
-
- de.adorsys.ledgers.cleanup.repository.BaseCleanupRepository
-
- Direct Known Subclasses:
DepositAccountCleanupRepositoryImpl
public class BaseCleanupRepository extends Object
-
-
Constructor Summary
Constructors Constructor Description BaseCleanupRepository(javax.persistence.EntityManager entityManager, org.springframework.core.io.ResourceLoader resourceLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteUpdate(String queryFilePath, Map<Integer,Object> params)
-
-
-
Method Detail
-
executeUpdate
protected void executeUpdate(String queryFilePath, Map<Integer,Object> params) throws IOException
- Throws:
IOException
-
-