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

Mike Noordermeer (JIRA) noreply at atlassian.com
Fri Jan 22 06:40:29 EST 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35302#action_35302 ] 

Mike Noordermeer commented on HHH-4374:
---------------------------------------

Seems I need this... 
Has any work been done on implementing this? If not, does anybody have some pointers on how to create a patch for this? Is there some kind of developer documentation for Hibernate/Hibernate Annotations?

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