Interface BcSpecificationBuilder

All Known Implementing Classes:
SpecificationBuilder

public interface BcSpecificationBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    <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)