[hibernate-issues] [Hibernate-JIRA] Updated: (ANN-37) @SqlInsert(), @SqlUpdate(), @SqlDelete(), @Loader()

László Benke (JIRA) noreply at atlassian.com
Tue Oct 17 05:33:25 EDT 2006


     [ http://opensource.atlassian.com/projects/hibernate/browse/ANN-37?page=all ]

László Benke updated ANN-37:
----------------------------

    Attachment: customsqlannotations.patch

Hello!

I've made these annotations in 3.2.0GA. I think it's work fine maybe it will be useful for others too.
I've add a style parameter to SqlInsert,SqlUpdate,SqlDelete annotations to be able to define ExecuteUpdateResultCheckStyle.

I'm sorry if I made it in wrong way, I tried my best!

Yours 
Laszlo Benke


> @SqlInsert(), @SqlUpdate(), @SqlDelete(), @Loader()
> ---------------------------------------------------
>
>          Key: ANN-37
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-37
>      Project: Hibernate Annotations
>         Type: Improvement

>   Components: binder
>     Versions: 3.1beta3
>     Reporter: Emmanuel Bernard
>     Priority: Trivial
>  Attachments: customsqlannotations.patch
>
>
> @SqlInsert(statement="", callable=false), 
> @SqlUpdate(statement="", callable=false), 
> @SqlDelete(statement="", callable=false),
> @Loader(namedQuery="")

-- 
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