committed by
Mark Paluch
parent
76b2323a70
commit
e77f0ebd93
@@ -33,7 +33,7 @@ import org.springframework.data.domain.Sort;
|
||||
public interface QueryByExampleExecutor<T> {
|
||||
|
||||
/**
|
||||
* Returns a single entity matching the given {@link Example} or {@literal null} if none was found.
|
||||
* Returns a single entity matching the given {@link Example} or {@link Optional#empty()} if none was found.
|
||||
*
|
||||
* @param example must not be {@literal null}.
|
||||
* @return a single entity matching the given {@link Example} or {@link Optional#empty()} if none was found.
|
||||
|
||||
Reference in New Issue
Block a user