Package org.boxsql

Examples of org.boxsql.BoxSQL.release()


      //Parametro para a query do monthPurchases decidir qual mês mostrar
      box.setParameter ( "", "" );
      List < PessoaFisicaBean > lastMonth = box.getList ( "monthPurchases.sql", Purchase.class );

      //Fechar a conexão
      box.release ( );
      return lastMonth;
    }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.