MappedQueryImpl
public interface MappedQuery<R>
Optional<R>
findFirst()
findOne()
R
first()
List<R>
list()
one()
Stream<R>
stream()
R one()
R first()
Optional<R> findOne()
Optional<R> findFirst()
List<R> list()
Stream<R> stream()