Package com.epam.ta.reportportal.dao
Interface ItemAttributeRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ItemAttribute,java.lang.Long>,ItemAttributeRepositoryCustom,org.springframework.data.jpa.repository.JpaRepository<ItemAttribute,java.lang.Long>,org.springframework.data.repository.PagingAndSortingRepository<ItemAttribute,java.lang.Long>,org.springframework.data.repository.query.QueryByExampleExecutor<ItemAttribute>,ReportPortalRepository<ItemAttribute,java.lang.Long>,org.springframework.data.repository.Repository<ItemAttribute,java.lang.Long>
public interface ItemAttributeRepository extends ReportPortalRepository<ItemAttribute,java.lang.Long>, ItemAttributeRepositoryCustom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<ItemAttribute>findByLaunchIdAndKeyAndSystem(java.lang.Long launchId, java.lang.String key, boolean isSystem)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
-
Methods inherited from interface com.epam.ta.reportportal.dao.ItemAttributeRepositoryCustom
findAllKeysByLaunchFilter, findLaunchAttributeKeys, findLaunchAttributeValues, findTestItemAttributeKeys, findTestItemAttributeValues, saveByItemId, saveMultiple
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
-
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
-
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findOne
-
Methods inherited from interface com.epam.ta.reportportal.dao.ReportPortalRepository
exists, refresh
-
-
-
-
Method Detail
-
findByLaunchIdAndKeyAndSystem
java.util.Optional<ItemAttribute> findByLaunchIdAndKeyAndSystem(java.lang.Long launchId, java.lang.String key, boolean isSystem)
-
-