public interface Service { @Transactional public Iterable<Employee> readEmployees(); }
Last updated 5 years ago
Was this helpful?