[hibernate-issues] [Hibernate-JIRA] Commented: (ANN-33) @Subselect
David Carlson (JIRA)
noreply at atlassian.com
Tue Jan 13 18:08:39 EST 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/ANN-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32110#action_32110 ]
David Carlson commented on ANN-33:
----------------------------------
This is forever ago. Is there a reasonable work-around? I'm voting +1.
> @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