THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Code Block |
---|
import org.osoa.sca.annotations.Remotable; @Remotable public interface CustomerService { Customer[] getCustomers(); void setCustomer(Customer customer); @Query(SELECT c FROM customer c WHERE c.name = '" + name$1 + "'") Customer queryCustomerByName(String name); } |
...