Package org.qubership.atp.tdm.repo
Interface ImportInfoRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<TestDataTableImportInfo,,String> org.springframework.data.jpa.repository.JpaRepository<TestDataTableImportInfo,,String> org.springframework.data.repository.PagingAndSortingRepository<TestDataTableImportInfo,,String> org.springframework.data.repository.query.QueryByExampleExecutor<TestDataTableImportInfo>,org.springframework.data.repository.Repository<TestDataTableImportInfo,String>
@Repository
public interface ImportInfoRepository
extends org.springframework.data.jpa.repository.JpaRepository<TestDataTableImportInfo,String>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByTableName(String tableName) findByTableName(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
-
findByTableName
-
deleteByTableName
-