Class DefaultDeleteByIdRepository<Entity,ID>

java.lang.Object
com.eoscode.springapitools.data.repository.BaseRepository<Entity,ID>
com.eoscode.springapitools.data.repository.DefaultDeleteByIdRepository<Entity,ID>
All Implemented Interfaces:
CustomDeleteByIdRepository<Entity,ID>

@Repository public class DefaultDeleteByIdRepository<Entity,ID> extends BaseRepository<Entity,ID> implements CustomDeleteByIdRepository<Entity,ID>