Interface PersistenceAuditEventRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<PersistentAuditEvent,​Long>, org.springframework.data.jpa.repository.JpaRepository<PersistentAuditEvent,​Long>, org.springframework.data.repository.PagingAndSortingRepository<PersistentAuditEvent,​Long>, org.springframework.data.repository.query.QueryByExampleExecutor<PersistentAuditEvent>, org.springframework.data.repository.Repository<PersistentAuditEvent,​Long>

public interface PersistenceAuditEventRepository
extends org.springframework.data.jpa.repository.JpaRepository<PersistentAuditEvent,​Long>
Spring Data JPA repository for the PersistentAuditEvent entity.