Uses of Class
de.trustable.ca3s.core.domain.PersistentAuditEvent
-
Packages that use PersistentAuditEvent Package Description de.trustable.ca3s.core.config.audit Audit specific code.de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.repository Spring Data JPA repositories. -
-
Uses of PersistentAuditEvent in de.trustable.ca3s.core.config.audit
Methods in de.trustable.ca3s.core.config.audit with parameters of type PersistentAuditEvent Modifier and Type Method Description org.springframework.boot.actuate.audit.AuditEventAuditEventConverter. convertToAuditEvent(PersistentAuditEvent persistentAuditEvent)Convert aPersistentAuditEventto anAuditEvent.Method parameters in de.trustable.ca3s.core.config.audit with type arguments of type PersistentAuditEvent Modifier and Type Method Description List<org.springframework.boot.actuate.audit.AuditEvent>AuditEventConverter. convertToAuditEvent(Iterable<PersistentAuditEvent> persistentAuditEvents)Convert a list ofPersistentAuditEvents to a list ofAuditEvents. -
Uses of PersistentAuditEvent in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type PersistentAuditEvent Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<PersistentAuditEvent,Instant>PersistentAuditEvent_. auditEventDatestatic javax.persistence.metamodel.SingularAttribute<PersistentAuditEvent,String>PersistentAuditEvent_. auditEventTypestatic javax.persistence.metamodel.MapAttribute<PersistentAuditEvent,String,String>PersistentAuditEvent_. datastatic javax.persistence.metamodel.SingularAttribute<PersistentAuditEvent,Long>PersistentAuditEvent_. idstatic javax.persistence.metamodel.SingularAttribute<PersistentAuditEvent,String>PersistentAuditEvent_. principal -
Uses of PersistentAuditEvent in de.trustable.ca3s.core.repository
Methods in de.trustable.ca3s.core.repository that return types with arguments of type PersistentAuditEvent Modifier and Type Method Description org.springframework.data.domain.Page<PersistentAuditEvent>PersistenceAuditEventRepository. findAllByAuditEventDateBetween(Instant fromDate, Instant toDate, org.springframework.data.domain.Pageable pageable)List<PersistentAuditEvent>PersistenceAuditEventRepository. findByAuditEventDateBefore(Instant before)List<PersistentAuditEvent>PersistenceAuditEventRepository. findByPrincipal(String principal)List<PersistentAuditEvent>PersistenceAuditEventRepository. findByPrincipalAndAuditEventDateAfterAndAuditEventType(String principal, Instant after, String type)
-