File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
spring-data-jpa/src/test/java/org/springframework/data/jpa/repository Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 7373import org .springframework .data .jpa .repository .sample .UserRepository ;
7474import org .springframework .data .jpa .repository .sample .UserRepository .NameOnly ;
7575import org .springframework .data .jpa .util .DisabledOnHibernate ;
76+ import org .springframework .lang .Nullable ;
7677import org .springframework .test .context .ContextConfiguration ;
7778import org .springframework .test .context .junit .jupiter .SpringExtension ;
7879import org .springframework .transaction .annotation .Transactional ;
@@ -3579,6 +3580,7 @@ private Page<User> executeSpecWithSort(Sort sort) {
35793580 private interface UserProjectionInterfaceBased {
35803581 String getFirstname ();
35813582
3583+ @ Nullable
35823584 String getLastname ();
35833585 }
35843586
You can’t perform that action at this time.
0 commit comments