@Repository public class DefaultFindDetailByIdRepository<Entity,ID> extends BaseRepository<Entity,ID> implements CustomFindDetailByIdRepository<Entity,ID>
| Constructor and Description |
|---|
DefaultFindDetailByIdRepository() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Entity> |
findDetailById(Class<Entity> entityClass,
ID id) |
public Optional<Entity> findDetailById(Class<Entity> entityClass, ID id)
findDetailById in interface CustomFindDetailByIdRepository<Entity,ID>Copyright © 2023 com.github.eoscode. All rights reserved.