Uses of Class
com.broadleafcommerce.audit.repository.HeaderIdProjection
Packages that use HeaderIdProjection
-
Uses of HeaderIdProjection in com.broadleafcommerce.audit.repository
Methods in com.broadleafcommerce.audit.repository that return types with arguments of type HeaderIdProjectionModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<HeaderIdProjection>AuditHeaderRepository.findContextIdsByExpiryDateLessThan(Instant currentTime, org.springframework.data.domain.Pageable pageable, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.data.domain.Page<HeaderIdProjection>AuditHeaderRepository.findContextIdsByTimestampLessThanAndExpiryDateIsNull(Instant retentionMin, org.springframework.data.domain.Pageable pageable, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of HeaderIdProjection in com.broadleafcommerce.audit.service
Method parameters in com.broadleafcommerce.audit.service with type arguments of type HeaderIdProjectionModifier and TypeMethodDescriptionprotected longDefaultAuditPruneService.processPageOfResults(Function<org.springframework.data.domain.Pageable, org.springframework.data.domain.Page<HeaderIdProjection>> fetch, org.springframework.data.domain.Pageable first) Find and attempt to clean upJpaAuditHeaderandJpaAuditDetailrecords whereJpaAuditHeader.getExpiryDate()orAuditPruneProperties.getRetentionPeriod()is surpassed.