public interface AspspRepository extends AspspReadOnlyRepository
DEFAULT_SIZE, MAX_SIZE| Modifier and Type | Method and Description |
|---|---|
void |
deleteAll()
Deletes all records from the existing Lucene indexes.
|
void |
deleteById(String aspspId) |
Aspsp |
save(Aspsp aspsp) |
void |
saveAll(List<Aspsp> aspsps)
Saves a list of aspsps into existing Lucene indexes.
|
findAll, findAll, findAll, findByBankCode, findByBankCode, findByBankCode, findByBic, findByBic, findByBic, findByIban, findByIban, findByIban, findById, findByName, findByName, findByName, findLike, findLike, findLikevoid saveAll(List<Aspsp> aspsps)
Writes all Aspsp objects into the current Lucene repository. The iteration through input collection of aspsps is taken place, each object is either added or updated, if it already exists within the repository.
aspsps - a list of aspsp objects to be added into the repositoryvoid deleteById(String aspspId)
void deleteAll()
Copyright © 2021. All rights reserved.