[hibernate-issues] [Hibernate-JIRA] Commented: (ANN-33) @Subselect

David Carlson (JIRA) noreply at atlassian.com
Tue Jan 13 21:29:39 EST 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/ANN-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32114#action_32114 ] 

David Carlson commented on ANN-33:
----------------------------------

I was thinking about starting to work on one. 

If it exists, I would love to try it. If you are suggesting I (or some other intrepid reader) do it, that is understandable too and I'll post when I get it.

> @Subselect
> ----------
>
>                 Key: ANN-33
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-33
>             Project: Hibernate Annotations
>          Issue Type: Improvement
>          Components: binder
>    Affects Versions: 3.1beta3
>            Reporter: Emmanuel Bernard
>            Priority: Trivial
>
> @Subselect( sql="select name, phone from Person", synchronize={@Table(name="Person")} )
> Equivalent of
> <class>
> <subselect>select name, phone from Person</subselect>
> <synchrosize table="Person"/>
> ...
> </class>

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