Skip to content

Commit 37a0fd1

Browse files
authored
Update README_zh.md
1 parent fa8fb32 commit 37a0fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public interface UserRepository extends EbeanRepository<User, Long> {
150150
int deleteUserByEmailAddress(@Param("emailAddress") String emailAddress);
151151
152152
/**
153-
* 命名ORM查询
153+
* 命名ORM/SQL查询
154154
*/
155155
@Query(name = "withManagerById")
156156
List<User> findByLastnameNamedOql(@Param("lastname") String lastname);

0 commit comments

Comments
 (0)