Posts by Raphael Prado de Oliveira • 1,472 points
102 posts
-
1
votes0
answers138
viewsQ: Error of Session in Java
I have the following methods : public void delete(Class c, int id) throws SQLException { Session session = sessionFactory.openSession(); Transaction tx = session.beginTransaction(); try{ Object ob =…
-
0
votes1
answer162
viewsQ: Syntax error in Procedure Mysql
I have the following Stored Procedure. When executing it in is returned the error of sinxtaxe 1064 as in the image below. What am I missing ?…