Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

spring jpa query with union all

Pageable pageable = PageRequest.of(pageQueryDto.getPage() - 1, pageQueryDto.getSize(), Sort.Direction.fromString(pageQueryDto.getDirection()), propertie);Page<Map<String, Object>> page = projectRepository.find(projectId, pageable);
Source by www.programmersought.com #
 
PREVIOUS NEXT
Tagged: #spring #jpa #query #union
ADD COMMENT
Topic
Name
5+9 =