Java 7 try-finally:
try(stmt = HibernateSession.instance().connection().prepareStatement("")) {
}
, AutoCloseable, . ( Closeable, , ).
, , , .
Foo f = null;
f = new Foo();
, , , .
, try/finally . .close() , ?
try {
stmt.close();
}
catch(SQLException exc) {
}
Eclipse, , -, . , , , Eclipse > Preferences > Compiler , . , , , . ( ).