Annotation

public interface Service {

   @Transactional
   public Iterable<Employee> readEmployees();

}

Last updated