Id generator - sequences

Today use of sequences for id generation is limited to integer (32 bits).
It would be useful to be able to have bigint (64 bits) id with sequences

You can now specify the type of the property you want to be exported in the Aurelius class.

This feature was implemented.