[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-4374) @Subselect

Sharath Reddy (JIRA) noreply at atlassian.com
Fri Feb 26 04:28:47 EST 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sharath Reddy resolved HHH-4374.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 3.5.0.Next

> @Subselect
> ----------
>
>                 Key: HHH-4374
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4374
>             Project: Hibernate Core
>          Issue Type: Improvement
>          Components: annotations
>            Reporter: Steve Ebersole
>            Assignee: Sharath Reddy
>            Priority: Trivial
>             Fix For: 3.5.0.Next
>
>
> @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