@Service @CacheConfig(cacheNames="hospitalService") public class HospitalServiceImpl extends java.lang.Object implements HospitalService
| Constructor and Description |
|---|
HospitalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Hospital> |
findAll()
Returns with all the hospitals.
|
@Cacheable(key="#root.methodName") public java.util.List<Hospital> findAll()
HospitalServicefindAll in interface HospitalService