After using Hibernate, I think it is just a simple packaging of JDBC. In the general program development, where is it superior? ? ? ?
The function of JDBC2.0 / 3.0 is also improved, for example, in bulk processing, transaction processing has been improved. Hibernate's transaction is not very good, and it is not necessarily better than the JDBC in efficiency.