Uses of Class
org.duracloud.mill.db.model.JpaAuditLogItem
-
Packages that use JpaAuditLogItem Package Description org.duracloud.mill.db.repo -
-
Uses of JpaAuditLogItem in org.duracloud.mill.db.repo
Methods in org.duracloud.mill.db.repo that return types with arguments of type JpaAuditLogItem Modifier and Type Method Description org.springframework.data.domain.Page<JpaAuditLogItem>JpaAuditLogItemRepo. findByAccountAndSpaceIdOrderByTimestampAsc(String account, String spaceId, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<JpaAuditLogItem>JpaAuditLogItemRepo. findByAccountAndStoreIdAndSpaceIdAndContentIdOrderByContentIdAsc(String account, String storeId, String spaceId, String contentId, org.springframework.data.domain.Pageable pageable)List<JpaAuditLogItem>JpaAuditLogItemRepo. findByAccountAndStoreIdAndSpaceIdAndContentIdOrderByTimestampDesc(String account, String storeId, String spaceId, String contentId)List<JpaAuditLogItem>JpaAuditLogItemRepo. findByWrittenFalseOrderByTimestampAsc(org.springframework.data.domain.Pageable pageable)
-