Interface ReportTemplatesRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ReportTemplate,,UUID> org.springframework.data.mongodb.repository.MongoRepository<ReportTemplate,,UUID> org.springframework.data.repository.PagingAndSortingRepository<ReportTemplate,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<ReportTemplate>,org.springframework.data.repository.Repository<ReportTemplate,UUID>
@Repository
public interface ReportTemplatesRepository
extends org.springframework.data.mongodb.repository.MongoRepository<ReportTemplate,UUID>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByUuid(UUID uuid) booleanexistsByNameAndProjectId(String name, UUID projectId) findAllByProjectId(UUID projectId) findByUuid(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
-
deleteByUuid
-
findAllByProjectId
-
existsByNameAndProjectId
-