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 TypeMethodDescriptionfindByTitl(String titl) Найти настройки БИУД по заголовку "Установки БИУД".Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods 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
-
findByTitl
Найти настройки БИУД по заголовку "Установки БИУД". Аналог: select * from cs.propsBIUD where titl='Установки БИУД'
-