Package org.cxbox.core.service
Interface BcSpecificationBuilder
- All Known Implementing Classes:
SpecificationBuilder
public interface BcSpecificationBuilder
-
Method Summary
Modifier and TypeMethodDescription<E> org.springframework.data.jpa.domain.Specification<E>buildBcSpecification(BusinessComponent bc, org.springframework.data.jpa.domain.Specification<E> parentSpecification, org.springframework.data.jpa.domain.Specification<E> specification)
-
Method Details
-
buildBcSpecification
<E> org.springframework.data.jpa.domain.Specification<E> buildBcSpecification(BusinessComponent bc, org.springframework.data.jpa.domain.Specification<E> parentSpecification, org.springframework.data.jpa.domain.Specification<E> specification)
-