Posts by Ivan Yanez • 63 points
1 post
-
6
votes2
answers942
viewsQ: Properly configured hibernate does not insert into database
My code does not enter in the database Mysql. It identifies all database, tables and fields, but insertion is not done. Usuariodao.java package br.com.sistec.dao; import org.hibernate.Session;…