Interface ScriptReportRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ScriptReport,,UUID> org.springframework.data.mongodb.repository.MongoRepository<ScriptReport,,UUID> org.springframework.data.repository.PagingAndSortingRepository<ScriptReport,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<ScriptReport>,org.springframework.data.repository.Repository<ScriptReport,UUID>
@Repository
public interface ScriptReportRepository
extends org.springframework.data.mongodb.repository.MongoRepository<ScriptReport,UUID>
-
Method Summary
Modifier and TypeMethodDescriptionMethods 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
-
findPreScriptByLogRecordId
-
findPostScriptByLogRecordId
-
findScriptConsoleLogsByLogRecordId
@Query(fields="{\'scriptConsoleLogs\': 1}") ScriptReport findScriptConsoleLogsByLogRecordId(UUID uuid)
-