- All Superinterfaces:
- org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>, RangeCapableRepository<T,ID>, org.springframework.data.repository.Repository<T,ID>
- All Known Subinterfaces:
- AggregateCounterRepository, CounterRepository, JobDefinitionRepository, JobRepository, ModuleDefinitionRepository, RuntimeContainerInfoRepository, RuntimeContainerModuleInfoRepository, RuntimeModuleInfoRepository, StreamDefinitionRepository, StreamRepository
- All Known Implementing Classes:
- InMemoryAggregateCounterRepository, InMemoryCounterRepository, InMemoryJobDefinitionRepository, InMemoryJobRepository, InMemoryModuleDefinitionRepository, InMemoryRuntimeContainerInfoRepository, InMemoryRuntimeContainerModuleInfoRepository, InMemoryRuntimeModuleInfoRepository, InMemoryStreamDefinitionRepository, InMemoryStreamRepository, RedisAggregateCounterRepository, RedisCounterRepository, RedisJobDefinitionRepository, RedisJobRepository, RedisModuleDefinitionRepository, RedisRuntimeContainerInfoRepository, RedisRuntimeContainerModuleInfoRepository, RedisRuntimeModuleInfoRepository, RedisStreamDefinitionRepository, RedisStreamRepository
public interface DomainRepository<T,ID extends java.io.Serializable & java.lang.Comparable<ID>>
extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>, RangeCapableRepository<T,ID>
Implemented by XD repositories, exists mainly as a mean to capture several interfaces into one.
- Author:
- Eric Bottard