[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-4412) bulk update with native sql queries

Gail Badner (JIRA) noreply at atlassian.com
Mon Jul 12 16:12:19 EDT 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gail Badner updated HHH-4412:
-----------------------------


This issue is currently scheduled for 3.5.x, but not 3.6. Should this issue be fixed in 3.6 as well (or instead)? If so, please correct the fix version(s).

Thanks,
Gail

> bulk update with native sql queries
> -----------------------------------
>
>                 Key: HHH-4412
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4412
>             Project: Hibernate Core
>          Issue Type: Improvement
>          Components: annotations
>            Reporter: Steve Ebersole
>            Priority: Critical
>             Fix For: 3.5.x
>
>
> Hibernate Annotations 3.2 does not support bulk update/deletes using native queries,
> if I have something like:
> @NamedNativeQuery(name = "testQuery", query = "delete from tb_test where id = ?") 
> in one of my entities, there will be following exception during build of SessionFactory :
> Exception in thread "main" org.hibernate.cfg.NotYetImplementedException: Pure native scalar queries are not yet supported
>     at org.hibernate.cfg.annotations.QueryBinder.bindNativeQuery(QueryBinder.java:118)
>     at org.hibernate.cfg.annotations.QueryBinder.bindNativeQueries(QueryBinder.java:197)
>     at org.hibernate.cfg.AnnotationBinder.bindQueries(AnnotationBinder.java:281)
>     at org.hibernate.cfg.AnnotationBinder.bindClass(AnnotationBinder.java:404)
>     at org.hibernate.cfg.AnnotationConfiguration.processArtifactsOfType(AnnotationConfiguration.java:452)
>     at org.hibernate.cfg.AnnotationConfiguration.secondPassCompile(AnnotationConfiguration.java:268)
>     at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1210)
> ------
> I made a mistake and I reported this issue as HHH-2147 as an issue about Hibernate core! :(

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list