public class AccountRepositoryMap extends Object implements AccountRepository
| Constructor and Description |
|---|
AccountRepositoryMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
existsById(Integer id) |
Optional<Account> |
findById(@NonNull Integer accountId) |
Account |
save(@NonNull Account account) |
public Account save(@NonNull @NonNull Account account)
save in interface AccountRepositorypublic Optional<Account> findById(@NonNull @NonNull Integer accountId)
findById in interface AccountRepositorypublic boolean existsById(Integer id)
existsById in interface AccountRepositoryCopyright © 2020. All rights reserved.