public interface AccountRepository
Account.| Modifier and Type | Method and Description |
|---|---|
boolean |
existsById(Integer id) |
Optional<Account> |
findById(@NonNull Integer accountId) |
Account |
save(@NonNull Account account) |
Copyright © 2020. All rights reserved.