Exemplo n.º 1
0
 private Session currentSession() {
   return sessionFactory.getCurrentSession();
 }
Exemplo n.º 2
0
 @Override
 public Session getSession() {
   return sessionFactory.getCurrentSession();
 }