@NoRepositoryBean public interface AbstractRepository<T> extends org.springframework.data.repository.PagingAndSortingRepository<T,String>
| 限定符和类型 | 方法和说明 |
|---|---|
T |
findById(String id)
Finds the individual record by the external facing id.
|
Copyright © 2016. All rights reserved.