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