Пример #1
0
 public ControladorLoja() {
   this.dao = new HibernateDAO<>(util.Util.pegarSessao(), Loja.class);
 }