Interface ManualRootCauseRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ManualRootCause,,UUID> org.springframework.data.mongodb.repository.MongoRepository<ManualRootCause,,UUID> org.springframework.data.repository.PagingAndSortingRepository<ManualRootCause,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<ManualRootCause>,org.springframework.data.repository.Repository<ManualRootCause,UUID>
public interface ManualRootCauseRepository
extends org.springframework.data.mongodb.repository.MongoRepository<ManualRootCause,UUID>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByUuid(UUID uuid) findAllByProjectId(UUID projectId) findByUuid(UUID uuid) findProjectByUuid(UUID uuid) 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
-
Method Details
-
findByUuid
-
findAllByProjectId
-
deleteByUuid
-
findProjectByUuid
-