Package com.epam.ta.reportportal.dao
Interface ProjectUserRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ProjectUser,ProjectUserId>,org.springframework.data.jpa.repository.JpaRepository<ProjectUser,ProjectUserId>,org.springframework.data.repository.PagingAndSortingRepository<ProjectUser,ProjectUserId>,org.springframework.data.repository.query.QueryByExampleExecutor<ProjectUser>,ReportPortalRepository<ProjectUser,ProjectUserId>,org.springframework.data.repository.Repository<ProjectUser,ProjectUserId>
public interface ProjectUserRepository extends ReportPortalRepository<ProjectUser,ProjectUserId>
-
-
Method Summary
-
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
-
-