[
http://opensource.atlassian.com/projects/hibernate/browse/ANN-33?page=com...
]
David Carlson commented on ANN-33:
----------------------------------
I was thinking about starting to work on one.
If it exists, I would love to try it. If you are suggesting I (or some other intrepid
reader) do it, that is understandable too and I'll post when I get it.
@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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira