I created a program using Hibernate.
The program reaches the main function end, nevertheless the program is running.
I wonder if it happens when Sessio
Sessio
I met this problem also today, and I found that the solution like:
sessionFactory.close();
will work if you have
1