Interface RootCauseRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<RootCause,UUID>, org.springframework.data.mongodb.repository.MongoRepository<RootCause,UUID>, org.springframework.data.repository.PagingAndSortingRepository<RootCause,UUID>, org.springframework.data.repository.query.QueryByExampleExecutor<RootCause>, org.springframework.data.repository.Repository<RootCause,UUID>

@Repository public interface RootCauseRepository extends org.springframework.data.mongodb.repository.MongoRepository<RootCause,UUID>