@NoRepositoryBean
public interface CustomDetailByIdRepository<Entity,ID>
| Modifier and Type | Method and Description |
|---|---|
Optional<Entity> |
findDetailById(Class<Entity> entityClass,
ID id) |
Copyright © 2020 com.github.eoscode. All rights reserved.