Annotation

public interface Service {

   @Transactional
   public Iterable<Employee> readEmployees();

}

Last updated

Was this helpful?