public interface StatusRepositoryIf
| Modifier and Type | Method and Description |
|---|---|
Optional<StatusEntity> |
findById(String statusId) |
void |
save(StatusEntity statusEntity) |
Optional<StatusEntity> findById(String statusId)
void save(StatusEntity statusEntity)
Copyright © 2018. All rights reserved.