- 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, ContainerRepository, CounterRepository, JobDefinitionRepository, JobRepository, ModuleMetadataRepository, StreamDefinitionRepository, StreamRepository
- All Known Implementing Classes:
- InMemoryAggregateCounterRepository, InMemoryCounterRepository, RedisAggregateCounterRepository, RedisCounterRepository, ZooKeeperContainerRepository, ZooKeeperJobDefinitionRepository, ZooKeeperJobRepository, ZooKeeperModuleMetadataRepository, ZooKeeperStreamDefinitionRepository, ZooKeeperStreamRepository
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