Interface CustomDeleteByIdRepository<Entity,ID>
-
- All Known Implementing Classes:
DefaultDeleteByIdRepository
@NoRepositoryBean public interface CustomDeleteByIdRepository<Entity,ID>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intdeleteById(Class<Entity> entityClass, ID id)
-