Package com.epam.ta.reportportal.dao
Interface ReportPortalRepository<T,ID extends java.io.Serializable>
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,ID>,org.springframework.data.jpa.repository.JpaRepository<T,ID>,org.springframework.data.repository.PagingAndSortingRepository<T,ID>,org.springframework.data.repository.query.QueryByExampleExecutor<T>,org.springframework.data.repository.Repository<T,ID>
- All Known Subinterfaces:
ActivityRepository,AttachmentRepository,AttributeRepository,DashboardRepository,DashboardWidgetRepository,IntegrationRepository,IntegrationTypeRepository,IssueEntityRepository,IssueGroupRepository,IssueTypeRepository,ItemAttributeRepository,LaunchRepository,LogRepository,OAuth2AccessTokenRepository,OAuthRegistrationRepository,OAuthRegistrationRestrictionRepository,PatternTemplateRepository,ProjectRepository,ProjectUserRepository,RestorePasswordBidRepository,ServerSettingsRepository,ShareableEntityRepository,StatisticsFieldRepository,TestItemRepository,TicketRepository,UserCreationBidRepository,UserFilterRepository,UserPreferenceRepository,UserRepository,WidgetRepository
- All Known Implementing Classes:
ReportPortalRepositoryImpl
@NoRepositoryBean public interface ReportPortalRepository<T,ID extends java.io.Serializable> extends org.springframework.data.jpa.repository.JpaRepository<T,ID>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexists(Filter filter)voidrefresh(T t)-
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
-
-