Class EventSpecification

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

    public class EventSpecification
    extends java.lang.Object
    implements org.springframework.data.jpa.domain.Specification<AuditEventEntity>
    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
      SpecSearchCriteria getCriteria()  
      javax.persistence.criteria.Predicate toPredicate​(javax.persistence.criteria.Root<AuditEventEntity> 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
    • Method Detail

      • toPredicate

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