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 73
73
import org .springframework .data .jpa .repository .sample .UserRepository ;
74
74
import org .springframework .data .jpa .repository .sample .UserRepository .NameOnly ;
75
75
import org .springframework .data .jpa .util .DisabledOnHibernate ;
76
+ import org .springframework .lang .Nullable ;
76
77
import org .springframework .test .context .ContextConfiguration ;
77
78
import org .springframework .test .context .junit .jupiter .SpringExtension ;
78
79
import org .springframework .transaction .annotation .Transactional ;
@@ -3579,6 +3580,7 @@ private Page<User> executeSpecWithSort(Sort sort) {
3579
3580
private interface UserProjectionInterfaceBased {
3580
3581
String getFirstname ();
3581
3582
3583
+ @ Nullable
3582
3584
String getLastname ();
3583
3585
}
3584
3586
You can’t perform that action at this time.
0 commit comments