Guest User

Untitled

a guest
May 21st, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public boolean leLayoutNovo(String schema, int idUsuario) {
  2. Session session = this.getSessionPronta();
  3. try {
  4.  
  5. String sql = "select layoutNovo from usuario where id = " + idUsuario;
  6. SQLQuery query = session.createSQLQuery(sql);
  7.  
  8.  
  9.  
  10. } finally {
  11. session.close();
  12. }
  13. }
Add Comment
Please, Sign In to add comment