@Service @CacheConfig(cacheNames="specialityService") public class SpecialityServiceImpl extends java.lang.Object implements SpecialityService
| Constructor and Description |
|---|
SpecialityServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Speciality> |
findAll()
Returns with all the specialities.
|
@Cacheable(key="#root.methodName") public java.util.List<Speciality> findAll()
SpecialityServicefindAll in interface SpecialityService