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