DATADOC-59 - Document @Query annotation for repositories

This commit is contained in:
Mark Pollack
2011-04-07 01:33:15 -04:00
parent e35864cd5b
commit b00684d968

View File

@@ -294,6 +294,9 @@ public class PersonRepositoryTests {
List<Person> findByThePersonsFirstname(String firstname);
}</programlisting>
<para>This will return only the firstname, lastname and Id properties of
the Person objects, for example age will be null.</para>
</section>
<section>