@Repository public class DefaultCustomDeleteByIdRepository<Entity,ID> extends BaseRepository<Entity,ID> implements CustomDeleteByIdRepository<Entity,ID>
| Constructor and Description |
|---|
DefaultCustomDeleteByIdRepository() |
public int deleteById(Class<Entity> entityClass, ID id)
deleteById in interface CustomDeleteByIdRepository<Entity,ID>Copyright © 2020 com.github.eoscode. All rights reserved.