Sequences when reversing from an existing database

In many databases (usually Firebird) I use a single generator for all tables.
It would be great if the Aurelius Entity Generation tool allowed you to set a default Generator for all entities or even set a specific generator on an entity by entity basis for instances where the generators do not match the table name.
Even the ability to ignore EMissingSequenceError would be useful as it would allow the generation of the entities and the generator could be added manually afterwards.