Re: [hibernate-dev] Sequence Pool

2015-02-12 Thread Janario Oliveira
s using Jandex (or similar annotation > processing library) that parses the source representation of the > annotation. Then @SequenceGenerator(name="blah") and > @SequenceGenerator(name="blah", increment=50) look different in terms of > the value for increment. I have tentative

[hibernate-dev] Sequence Pool

2015-02-09 Thread Janario Oliveira
Hi guys, I am migrating some code base and I have some problems using sequence. As I see it works with a pool together to allocationSize. But it expects that the sequence have the same increment by (50 as default). Is there a global configuration that disable pool and always read from the sequenc