Class Hierarchy
- java.lang.Object
- com.chutneytesting.execution.infra.storage.ExecutionRowMapper (implements org.springframework.jdbc.core.RowMapper<T>)
- com.chutneytesting.execution.infra.storage.InMemoryExecutionStateRepository (implements com.chutneytesting.server.core.domain.execution.state.ExecutionStateRepository)
Interface Hierarchy
- org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
- com.chutneytesting.execution.infra.storage.DatabaseExecutionJpaRepository (also extends org.springframework.data.repository.CrudRepository<T,
ID>) - com.chutneytesting.execution.infra.storage.ScenarioExecutionReportJpaRepository (also extends org.springframework.data.repository.CrudRepository<T,
ID>)
- com.chutneytesting.execution.infra.storage.DatabaseExecutionJpaRepository (also extends org.springframework.data.repository.CrudRepository<T,
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - com.chutneytesting.execution.infra.storage.DatabaseExecutionJpaRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- com.chutneytesting.execution.infra.storage.ScenarioExecutionReportJpaRepository (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
- org.springframework.data.repository.CrudRepository<T,