Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @PersistenceContext(unitName = "rmsprd")
  2. public void setEm(EntityManager em) {
  3. this.em = em;
  4.  
  5. ..........................
  6.  
  7. connection = this.getConexion();
  8.  
  9. CallableStatement statement = connection.prepareCall("call")
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement