@NoRepositoryBean public interface AbstractRepository<T> extends org.springframework.data.repository.PagingAndSortingRepository<T,String>
| Modifier and Type | Method and Description |
|---|---|
T |
findById(String id)
Finds the individual record by the external facing id.
|
Copyright © 2020. All rights reserved.