Class EventSpecification
java.lang.Object
org.activiti.cloud.services.audit.jpa.repository.EventSpecification
- All Implemented Interfaces:
Serializable,org.springframework.data.jpa.domain.Specification<AuditEventEntity>
public class EventSpecification
extends Object
implements org.springframework.data.jpa.domain.Specification<AuditEventEntity>
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.data.jpa.domain.Specification
serialVersionUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.persistence.criteria.PredicatetoPredicate(jakarta.persistence.criteria.Root<AuditEventEntity> root, jakarta.persistence.criteria.CriteriaQuery<?> query, jakarta.persistence.criteria.CriteriaBuilder builder) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.jpa.domain.Specification
and, or
-
Constructor Details
-
EventSpecification
-
-
Method Details
-
getCriteria
-
toPredicate
public jakarta.persistence.criteria.Predicate toPredicate(jakarta.persistence.criteria.Root<AuditEventEntity> root, jakarta.persistence.criteria.CriteriaQuery<?> query, jakarta.persistence.criteria.CriteriaBuilder builder) - Specified by:
toPredicatein interfaceorg.springframework.data.jpa.domain.Specification<AuditEventEntity>
-