DATACMNS-1291 - Fix method signature in repository projection documentation.
Original pull request: #285.
This commit is contained in:
committed by
Mark Paluch
parent
ca27ebd39d
commit
e1ec4bc17b
@@ -260,7 +260,7 @@ To apply dynamic projections, use a query method such as the one shown in the fo
|
|||||||
----
|
----
|
||||||
interface PersonRepository extends Repository<Person, UUID> {
|
interface PersonRepository extends Repository<Person, UUID> {
|
||||||
|
|
||||||
Collection<T> findByLastname(String lastname, Class<T> type);
|
<T> Collection<T> findByLastname(String lastname, Class<T> type);
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
====
|
====
|
||||||
|
|||||||
Reference in New Issue
Block a user