-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: MySQL Stored Procedure
PostPosted: Fri Sep 30, 2011 1:01 am 
Newbie

Joined: Fri Sep 30, 2011 12:57 am
Posts: 2
I am trying to call mysql stored procedure. but i got the following exception:

Exception in thread "main" java.lang.IllegalArgumentException: callable not yet supported for native queries
at org.hibernate.engine.query.NativeSQLQueryPlan.performExecuteUpdate(NativeSQLQueryPlan.java:171)
at org.hibernate.impl.SessionImpl.executeNativeUpdate(SessionImpl.java:1190)
at org.hibernate.impl.SQLQueryImpl.executeUpdate(SQLQueryImpl.java:357)
at com.gagan.dao.EmployeeDaoService.updateEmployeeTest(EmployeeDaoService.java:47)
at com.gagan.main.MainClass.main(MainClass.java:24)


Is there any other option to call MySQL stored Procedure(DML operation) from Hibernate


Top
 Profile  
 
 Post subject: Re: MySQL Stored Procedure
PostPosted: Fri Sep 30, 2011 1:02 am 
Newbie

Joined: Fri Sep 30, 2011 12:57 am
Posts: 2
java.gagan wrote:
I am trying to call mysql stored procedure. but i got the following exception:

Exception in thread "main" java.lang.IllegalArgumentException: callable not yet supported for native queries
at org.hibernate.engine.query.NativeSQLQueryPlan.performExecuteUpdate(NativeSQLQueryPlan.java:171)
at org.hibernate.impl.SessionImpl.executeNativeUpdate(SessionImpl.java:1190)
at org.hibernate.impl.SQLQueryImpl.executeUpdate(SQLQueryImpl.java:357)
at com.gagan.dao.EmployeeDaoService.updateEmployeeTest(EmployeeDaoService.java:47)
at com.gagan.main.MainClass.main(MainClass.java:24)


Is there any other option to call MySQL stored Procedure(DML operation) from Hibernate


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.