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

Assaf Berg (JIRA) noreply at atlassian.com
Sat Nov 4 11:47:05 EST 2006


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

Assaf Berg updated ANN-37:
--------------------------

    Attachment: custom_entity_loader.patch

I just wrote a patch for the Loader part myself. Looks like you beat me to the punch.
Anyway I would suggest calling the parameter queryRef rather than namedQuery to keep in sync with the hbm naming.

One question though: what about collection loader support?


> @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
>      Fix For: 3.2.1
>  Attachments: custom_entity_loader.patch, customsqlannotations.patch, customsqlannotationsusingcheck.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