darrachequesne / spring-data-jpa-datatables

Spring Data JPA extension to work with the great jQuery plugin DataTables (https://datatables.net/)
Apache License 2.0
447 stars 173 forks source link

missing OR Specification problem #106

Open saahmadi opened 5 years ago

saahmadi commented 5 years ago

i cannot search in join tables because of missing OR Specification.where(specificationBuilder.build()) .and(additionalSpecification) .and(preFilteringSpecification), .or(joinSpecification) // missing here for example specificationBuilder.createPageable());