[hibernate-issues] [Hibernate-JIRA] Commented: (ANN-33) @Subselect
Emmanuel Bernard (JIRA)
noreply at atlassian.com
Tue Jan 13 18:46:39 EST 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/ANN-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32112#action_32112 ]
Emmanuel Bernard commented on ANN-33:
-------------------------------------
Yes that should be done. Fancy a patch+test?
> @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