Interface CustomDeleteByIdRepository<Entity,ID>

All Known Implementing Classes:
DefaultDeleteByIdRepository

@NoRepositoryBean public interface CustomDeleteByIdRepository<Entity,ID>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    deleteById(Class<Entity> entityClass, ID id)
     
  • Method Details