50515253545556575859
super(); initComponents(); initHibernate(); sess = sf.openSession(); token = new Token(); token.setSession(sess); token.setUser((User)sess.get(User.class, userId)); token.put("LOGIN_TIME", new Timestamp(System.currentTimeMillis())); }