[jboss-user] [Persistence] - Re: Weird generated SQL with JBoss 5.1

jaikiran do-not-reply at jboss.com
Thu Dec 10 02:35:11 EST 2009


You might have better luck asking this in the Hibernate user forum https://forum.hibernate.org/viewforum.php?f=1.

Also, try specifying the return type of the query result:

getEntityManager().createNativeQuery(nativeQuery, Date.class);

I don't know if that's going to make a difference though.


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269927#4269927

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269927



More information about the jboss-user mailing list