Ejemplo n.º 1
0
 private void carregaBonsHotels() {
   BonsHotels bh = new BonsHotels();
   bh.setId(1);
   bh.setQuotaFixa(0.05F);
   bh.setQuotaVariable(0.07F);
   session.persist(bh);
 }