Interface AkbRecordsRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<AkbRecord,,UUID> org.springframework.data.mongodb.repository.MongoRepository<AkbRecord,,UUID> org.springframework.data.repository.PagingAndSortingRepository<AkbRecord,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<AkbRecord>,org.springframework.data.repository.Repository<AkbRecord,UUID>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByUuid(UUID uuid) findByUuid(UUID uuid) findProjectIdByUuid(UUID uuid) getAkbRecordsByProjectId(UUID projectId) getAkbRecordsByUuid(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
-
getAkbRecordsByProjectId
-
getAkbRecordsByUuid
-
findProjectIdByUuid
-
deleteByUuid
-