インターフェース KeyValueRepository<T,ID>

型パラメーター:
T -
ID -
すべてのスーパーインターフェース:
CrudRepository<T,ID>ListCrudRepository<T,ID>ListPagingAndSortingRepository<T,ID>PagingAndSortingRepository<T,ID>Repository<T,ID>
すべての既知の実装クラス:
QuerydslKeyValueRepositorySimpleKeyValueRepository

public interface KeyValueRepository<T,ID> extends ListCrudRepository<T,ID>, ListPagingAndSortingRepository<T,ID>
作成者:
Christoph Strobl