It really depends on the project and the architecture of the project you are working on. Some projects are bigger and a simple CRUD generator would probably be useless when you have millions of classes handling every single thing in the application.
Generators are useful for small to medium projects, where you can quickly prototype a web application.
I personally don't use them at all.