I am currently working on order management system.There is a rest application in java already being used for other flows. And the application currently uses JDBC to connect to the database.
For order management I was wondering if I could use hibernate. Will it cause any problems w.r.t connection threads?