Problem I have a module that builds swing tables based on an Object[][], then I have another module that queries […]

Problem Can this method be improved?: public static Session getHibernateSession() throws SQLException{ synchronized(dbSessionMutex){ if(session == null || !session.isOpen()){ session = […]