Interface AuditLogRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<AuditLog,,String> org.springframework.data.mongodb.repository.MongoRepository<AuditLog,,String> org.springframework.data.repository.PagingAndSortingRepository<AuditLog,,String> org.springframework.data.repository.query.QueryByExampleExecutor<AuditLog>,org.springframework.data.repository.Repository<AuditLog,String>
public interface AuditLogRepository
extends org.springframework.data.mongodb.repository.MongoRepository<AuditLog,String>
AuditLog Repository.
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, saveMethods inherited from interface org.springframework.data.mongodb.repository.MongoRepository
findAll, findAll, findAll, findAll, insert, insert, saveAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne