Interface BiudPropsBiudRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<BiudPropsBiud,String>, org.springframework.data.jpa.repository.JpaRepository<BiudPropsBiud,String>, org.springframework.data.repository.ListCrudRepository<BiudPropsBiud,String>, org.springframework.data.repository.ListPagingAndSortingRepository<BiudPropsBiud,String>, org.springframework.data.repository.PagingAndSortingRepository<BiudPropsBiud,String>, org.springframework.data.repository.query.QueryByExampleExecutor<BiudPropsBiud>, org.springframework.data.repository.Repository<BiudPropsBiud,String>

@Repository public interface BiudPropsBiudRepository extends org.springframework.data.jpa.repository.JpaRepository<BiudPropsBiud,String>
Репозиторий для работы с таблицей CS.PROPSBIUD. Настройки системы БИУД.
  • Method Summary

    Modifier and Type
    Method
    Description
    Найти настройки БИУД по заголовку "Установки БИУД".

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

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

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush

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

    findAll, findAllById, saveAll

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

    findAll

    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

    • findByTitl

      Optional<BiudPropsBiud> findByTitl(String titl)
      Найти настройки БИУД по заголовку "Установки БИУД". Аналог: select * from cs.propsBIUD where titl='Установки БИУД'