Package com.epam.ta.reportportal.dao
Interface AttributeRepository
-
- All Superinterfaces:
AttributeRepositoryCustom,org.springframework.data.repository.CrudRepository<Attribute,java.lang.Long>,org.springframework.data.jpa.repository.JpaRepository<Attribute,java.lang.Long>,org.springframework.data.repository.PagingAndSortingRepository<Attribute,java.lang.Long>,org.springframework.data.repository.query.QueryByExampleExecutor<Attribute>,ReportPortalRepository<Attribute,java.lang.Long>,org.springframework.data.repository.Repository<Attribute,java.lang.Long>
public interface AttributeRepository extends ReportPortalRepository<Attribute,java.lang.Long>, AttributeRepositoryCustom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<Attribute>findByName(java.lang.String attributeName)-
Methods inherited from interface com.epam.ta.reportportal.dao.AttributeRepositoryCustom
getDefaultProjectAttributes
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
-
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
-
findByName
java.util.Optional<Attribute> findByName(java.lang.String attributeName)
-
-