Class ProjectSampleJoinSpecification

  • All Implemented Interfaces:
    java.io.Serializable, org.springframework.data.jpa.domain.Specification<ProjectSampleJoin>

    public class ProjectSampleJoinSpecification
    extends java.lang.Object
    implements org.springframework.data.jpa.domain.Specification<ProjectSampleJoin>
    Specification for searching ProjectSampleJoins
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.springframework.data.jpa.domain.Specification

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(SearchCriteria criteria)
      javax.persistence.criteria.Predicate toPredicate​(javax.persistence.criteria.Root<ProjectSampleJoin> root, javax.persistence.criteria.CriteriaQuery<?> query, javax.persistence.criteria.CriteriaBuilder builder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.data.jpa.domain.Specification

        and, or
    • Constructor Detail

      • ProjectSampleJoinSpecification

        public ProjectSampleJoinSpecification()
    • Method Detail

      • toPredicate

        public javax.persistence.criteria.Predicate toPredicate​(javax.persistence.criteria.Root<ProjectSampleJoin> root,
                                                                javax.persistence.criteria.CriteriaQuery<?> query,
                                                                javax.persistence.criteria.CriteriaBuilder builder)
        Specified by:
        toPredicate in interface org.springframework.data.jpa.domain.Specification<ProjectSampleJoin>