Interface CustomerAccountRepository
- All Superinterfaces:
CrudRepository<CustomerAccount, DynamoDbCompositeId>, DynamoDbRepository<CustomerAccount, DynamoDbCompositeId>, ListCrudRepository<CustomerAccount, DynamoDbCompositeId>, Repository<CustomerAccount, DynamoDbCompositeId>
@Repository
public interface CustomerAccountRepository
extends DynamoDbRepository<CustomerAccount, DynamoDbCompositeId>
- Since:
- 1.0.0
- Author:
- Matej Nedic
-
Method Summary
Methods inherited from interface CrudRepository
existsById, findById, saveMethods inherited from interface DynamoDbRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, updateMethods inherited from interface ListCrudRepository
findAll, findAllById, saveAll
-
Method Details
-
findByPk
-