Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. @Transactional
  2. @Service
  3. public class Contact_Service {
  4. ....
  5.  
  6. @Controller
  7. public class GestionAO {
  8.  
  9. ....
  10.  
  11. @RequestMapping(...)
  12. public String alerte() {
  13.  
  14. contact_respository.findOne(...) ;
  15. ...
  16. contact_respository.save(...) ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement