- 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>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, save
Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository
findAll, findAll, findAll, findAll, insert, insert, saveAll
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
-
-
deleteByUuid
void deleteByUuid(UUID uuid)
-
findAllByParentIdIsNullAndProjectIdAndType
-
findAllByProjectIdAndType
-
-
findAllByParentIdIsNullAndType
-
findAllByParentIdAndProjectId
-
-
-
findAllByProjectIdAndNameAndParentId
-
findNameByUuid
@Query(fields="{\'name\': 1}")
RootCause findNameByUuid(UUID uuid)
-
-
-