Interface CustomDeleteByIdRepository<Entity,​ID>

  • All Known Implementing Classes:
    DefaultDeleteByIdRepository

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

      • deleteById

        int deleteById​(Class<Entity> entityClass,
                       ID id)