Hi,
I have a question about @SequenceGenerator. I have separate @SequenceGenerator in each of my model enitities, but it looks like id's are generated using only one, shared generator.
Is there any other way to use separate generators for each entity, so that each entity uses its own sequence just like in RDBM?