Thanks Rob, but how serialize will work here?
I want to do the join between both tables as well, e.g., get the country of a specified student, all at the class level. I don't want to do this with a JOIN HQL statements, and i think the best way is using Criteria, am i right?
logger.setLevel(Level.DEBUG);
//logger.addAppender(appender);
logger.info("Starting " + logger.getName());