Package org.qubership.atp.tdm.repo
Interface TestDataColumnFlagsRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<TestDataFlagsTable,,String> org.springframework.data.jpa.repository.JpaRepository<TestDataFlagsTable,,String> org.springframework.data.repository.PagingAndSortingRepository<TestDataFlagsTable,,String> org.springframework.data.repository.query.QueryByExampleExecutor<TestDataFlagsTable>,org.springframework.data.repository.Repository<TestDataFlagsTable,String>
@Repository
public interface TestDataColumnFlagsRepository
extends org.springframework.data.jpa.repository.JpaRepository<TestDataFlagsTable,String>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteRowByTableName(String tableName) findRowByTableName(String tableName) 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, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlushMethods 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
-
findRowByTableName
-
deleteRowByTableName
-