Interface LogRecordStepContextVariableRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<LogRecordStepContextVariable,,UUID> LogRecordContextVariableCommonRepository<LogRecordStepContextVariable>,org.springframework.data.mongodb.repository.MongoRepository<LogRecordStepContextVariable,,UUID> org.springframework.data.repository.PagingAndSortingRepository<LogRecordStepContextVariable,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<LogRecordStepContextVariable>,org.springframework.data.repository.Repository<LogRecordStepContextVariable,UUID>
@Repository
public interface LogRecordStepContextVariableRepository
extends LogRecordContextVariableCommonRepository<LogRecordStepContextVariable>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, saveMethods inherited from interface org.qubership.atp.ram.repositories.LogRecordContextVariableCommonRepository
getByIdMethods 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