for(Country country:countries){ System.out.println(country); } }catch (Exception e){ e.printStackTrace(); }finally { sqlSession.close(); } }}