Interface LogRecordContextVariableRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<LogRecordContextVariable,,UUID> LogRecordContextVariableCommonRepository<LogRecordContextVariable>,org.springframework.data.mongodb.repository.MongoRepository<LogRecordContextVariable,,UUID> org.springframework.data.repository.PagingAndSortingRepository<LogRecordContextVariable,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<LogRecordContextVariable>,org.springframework.data.repository.Repository<LogRecordContextVariable,UUID>
@Repository
public interface LogRecordContextVariableRepository
extends LogRecordContextVariableCommonRepository<LogRecordContextVariable>
-
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
-
Method Details
-
findAllByIdIn
-