- すべてのスーパーインターフェース:
- org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>, RangeCapableRepository<T,ID>, org.springframework.data.repository.Repository<T,ID>
- 既知のすべてのサブインターフェース:
- AggregateCounterRepository, ContainerRepository, CounterRepository, JobDefinitionRepository, JobRepository, ModuleMetadataRepository, StreamDefinitionRepository, StreamRepository
- すべての既知の実装クラス:
- 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>
XD リポジトリによって実装され、主に複数のインターフェースを 1 つにまとめる手段として存在します。
- 作成者:
- Eric Bottard