2 posts
0
1
92
Solution found, using entitymanger to change the session. Session session = entityManager.unwrap(Session.class); session.doWork(connection -> { PreparedStatement preparedStatement;…
Talk guys, all good? I have a little problem that may be simple to solve, but I could not find solution so far. I have procedures stored in the oracle database that need to be executed, however I am…