Interface LogRecordContextVariableCommonRepository<T extends LogRecordContextVariableObject>

All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,UUID>, org.springframework.data.mongodb.repository.MongoRepository<T,UUID>, org.springframework.data.repository.PagingAndSortingRepository<T,UUID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>, org.springframework.data.repository.Repository<T,UUID>
All Known Subinterfaces:
LogRecordContextVariableRepository, LogRecordStepContextVariableRepository

@NoRepositoryBean public interface LogRecordContextVariableCommonRepository<T extends LogRecordContextVariableObject> extends org.springframework.data.mongodb.repository.MongoRepository<T,UUID>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, save

    Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository

    findAll, findAll, findAll, findAll, insert, insert, saveAll

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne
  • Method Details

    • getById

      T getById(UUID id)