[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4374?page=c...
]
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira