Interface JPAQueryCustomiser


public interface JPAQueryCustomiser
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.CriteriaQuery query, javax.persistence.criteria.Root root, JPAQueryBuilderInternal builder)
     
  • Method Details

    • apply

      void apply(javax.persistence.criteria.CriteriaBuilder cb, javax.persistence.criteria.CriteriaQuery query, javax.persistence.criteria.Root root, JPAQueryBuilderInternal builder)